Searched refs:CurrentDictionaryEntrySequence (Results 1 – 2 of 2) sorted by relevance
276 CurrentDictionaryEntrySequence.push_back(&DERef); in Mutate_AddWordFromTORC()293 CurrentDictionaryEntrySequence.push_back(&DE); in AddWordFromDictionary()454 CurrentDictionaryEntrySequence.clear(); in StartMutationSequence()459 for (auto DE : CurrentDictionaryEntrySequence) { in RecordSuccessfulMutationSequence()489 if (!CurrentDictionaryEntrySequence.empty()) { in PrintMutationSequence()491 for (auto DE : CurrentDictionaryEntrySequence) { in PrintMutationSequence()
137 Vector<DictionaryEntry *> CurrentDictionaryEntrySequence; variable