Home
last modified time | relevance | path

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

/third_party/json/test/thirdparty/Fuzzer/
DFuzzerMutate.h32 size_t Mutate_Custom(uint8_t *Data, size_t Size, size_t MaxSize);
DFuzzerMutate.cpp56 Mutators.push_back({&MutationDispatcher::Mutate_Custom, "Custom"}); in MutationDispatcher()
71 size_t MutationDispatcher::Mutate_Custom(uint8_t *Data, size_t Size, in Mutate_Custom() function in fuzzer::MutationDispatcher