Home
last modified time | relevance | path

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

/third_party/json/test/thirdparty/Fuzzer/
DFuzzerMutate.h40 size_t Mutate_InsertByte(uint8_t *Data, size_t Size, size_t MaxSize);
DFuzzerMutate.cpp34 {&MutationDispatcher::Mutate_InsertByte, "InsertByte"}, in MutationDispatcher()
121 size_t MutationDispatcher::Mutate_InsertByte(uint8_t *Data, size_t Size, in Mutate_InsertByte() function in fuzzer::MutationDispatcher
/third_party/json/test/thirdparty/Fuzzer/test/
DFuzzerUnittest.cpp180 TestInsertByte(&MutationDispatcher::Mutate_InsertByte, 1 << 15); in TEST()