Home
last modified time | relevance | path

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

/third_party/json/test/thirdparty/Fuzzer/
DFuzzerMutate.cpp207 bool HandleFirst = Rand.RandBool(); in MakeDictionaryEntryFromCMP() local
212 ExistingBytes = HandleFirst ? Arg1 : Arg2; in MakeDictionaryEntryFromCMP()
213 DesiredBytes = HandleFirst ? Arg2 : Arg1; in MakeDictionaryEntryFromCMP()
217 HandleFirst = !HandleFirst; in MakeDictionaryEntryFromCMP()