Home
last modified time | relevance | path

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

/third_party/json/test/thirdparty/Fuzzer/
DFuzzerMutate.cpp431 CurrentMutatorSequence.clear(); in StartMutationSequence()
462 Printf("MS: %zd ", CurrentMutatorSequence.size()); in PrintMutationSequence()
463 for (auto M : CurrentMutatorSequence) in PrintMutationSequence()
505 CurrentMutatorSequence.push_back(M); in MutateImpl()
DFuzzerMutate.h129 std::vector<Mutator> CurrentMutatorSequence; variable