Home
last modified time | relevance | path

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

/third_party/json/test/thirdparty/Fuzzer/
DFuzzerMutate.cpp179 const Word &W = DE.GetW(); in ApplyDictionaryEntry()
441 if (!PersistentAutoDictionary.ContainsWord(DE->GetW())) in RecordSuccessfulMutationSequence()
442 PersistentAutoDictionary.push_back({DE->GetW(), 1}); in RecordSuccessfulMutationSequence()
449 if (!ManualDictionary.ContainsWord(DE.GetW())) in PrintRecommendedDictionary()
455 PrintASCII(DE.GetW(), "\""); in PrintRecommendedDictionary()
469 PrintASCII(DE->GetW(), "\"-"); in PrintMutationSequence()
DFuzzerDictionary.h60 const Word &GetW() const { return W; } in GetW() function
92 return DE.GetW() == W; in ContainsWord()