Home
last modified time | relevance | path

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

/third_party/json/tests/thirdparty/Fuzzer/
DFuzzerMutate.cpp299 size_t MaxCopySize = std::min(AvailableSpace, FromSize); in InsertPartOf() local
300 size_t CopySize = Rand(MaxCopySize) + 1; in InsertPartOf()