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