Searched refs:PersistentAutoDictionary (Results 1 – 2 of 2) sorted by relevance
282 return AddWordFromDictionary(PersistentAutoDictionary, Data, Size, MaxSize); in Mutate_AddWordFromPersistentAutoDictionary()464 if (!PersistentAutoDictionary.ContainsWord(DE->GetW())) in RecordSuccessfulMutationSequence()465 PersistentAutoDictionary.push_back({DE->GetW(), 1}); in RecordSuccessfulMutationSequence()471 for (auto &DE : PersistentAutoDictionary) in PrintRecommendedDictionary()
135 Dictionary PersistentAutoDictionary; variable