Home
last modified time | relevance | path

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

/test/vts-testcase/fuzz/iface_fuzzer/
DProtoFuzzerMutateFns.cpp112 auto rand_char = std::bind(&ProtoFuzzerMutator::RandomAsciiChar, this); in StringRandomGen()
137 str.insert(str.begin() + idx, RandomAsciiChar()); in StringMutate()
147 str[idx] = RandomAsciiChar(); in StringMutate()
324 char ProtoFuzzerMutator::RandomAsciiChar() { in RandomAsciiChar() function in android::vts::fuzzer::ProtoFuzzerMutator
/test/vts-testcase/fuzz/iface_fuzzer/include/
DProtoFuzzerMutator.h105 char RandomAsciiChar();