Home
last modified time | relevance | path

Searched refs:CurrentDictionaryEntrySequence (Results 1 – 2 of 2) sorted by relevance

/third_party/json/tests/thirdparty/Fuzzer/
DFuzzerMutate.cpp256 CurrentDictionaryEntrySequence.push_back(&DERef); in Mutate_AddWordFromTORC()
273 CurrentDictionaryEntrySequence.push_back(&DE); in AddWordFromDictionary()
432 CurrentDictionaryEntrySequence.clear(); in StartMutationSequence()
437 for (auto DE : CurrentDictionaryEntrySequence) { in RecordSuccessfulMutationSequence()
465 if (!CurrentDictionaryEntrySequence.empty()) { in PrintMutationSequence()
467 for (auto DE : CurrentDictionaryEntrySequence) { in PrintMutationSequence()
DFuzzerMutate.h130 std::vector<DictionaryEntry *> CurrentDictionaryEntrySequence; variable