Home
last modified time | relevance | path

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

/third_party/json/tests/thirdparty/Fuzzer/
DFuzzerMutate.h48 size_t Mutate_CopyPart(uint8_t *Data, size_t Size, size_t MaxSize);
DFuzzerMutate.cpp42 {&MutationDispatcher::Mutate_CopyPart, "CopyPart"}, in MutationDispatcher()
318 size_t MutationDispatcher::Mutate_CopyPart(uint8_t *Data, size_t Size, in Mutate_CopyPart() function in fuzzer::MutationDispatcher
/third_party/json/tests/thirdparty/Fuzzer/test/
DFuzzerUnittest.cpp374 TestCopyPart(&MutationDispatcher::Mutate_CopyPart, 1 << 10); in TEST()