Home
last modified time | relevance | path

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

/third_party/json/tests/thirdparty/Fuzzer/
DFuzzerMutate.cpp208 T ExistingBytes, DesiredBytes; in MakeDictionaryEntryFromCMP() local
213 DesiredBytes = HandleFirst ? Arg2 : Arg1; in MakeDictionaryEntryFromCMP()
214 DesiredBytes += Rand(-1, 1); in MakeDictionaryEntryFromCMP()
216 if (Rand.RandBool()) DesiredBytes = Bswap(DesiredBytes); in MakeDictionaryEntryFromCMP()
218 W.Set(reinterpret_cast<uint8_t*>(&DesiredBytes), sizeof(T)); in MakeDictionaryEntryFromCMP()