Home
last modified time | relevance | path

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

/third_party/json/tests/thirdparty/Fuzzer/
DFuzzerMutate.cpp262 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()
DFuzzerMutate.h127 Dictionary PersistentAutoDictionary; variable