Home
last modified time | relevance | path

Searched defs:ConsumeRandomLengthString (Results 1 – 1 of 1) sorted by relevance

/freebsd-src/contrib/llvm-project/compiler-rt/include/fuzzer/
H A DFuzzedDataProvider.h152 FuzzedDataProvider::ConsumeRandomLengthString(size_t max_length) { in ConsumeRandomLengthString() function
180 inline std::string FuzzedDataProvider::ConsumeRandomLengthString() { in ConsumeRandomLengthString() function