Searched refs:ConsumeRandomLengthString (Results 1 – 2 of 2) sorted by relevance
26 FDP.ConsumeRandomLengthString(FDP.remaining_bytes()); in LLVMFuzzerTestOneInput()33 FDP.ConsumeRandomLengthString(FDP.remaining_bytes()); in LLVMFuzzerTestOneInput()41 FDP.ConsumeRandomLengthString(FDP.remaining_bytes()); in LLVMFuzzerTestOneInput()
54 std::string ConsumeRandomLengthString(size_t max_length);55 std::string ConsumeRandomLengthString();152 FuzzedDataProvider::ConsumeRandomLengthString(size_t max_length) { in ConsumeRandomLengthString() function180 inline std::string FuzzedDataProvider::ConsumeRandomLengthString() { in ConsumeRandomLengthString() function181 return ConsumeRandomLengthString(remaining_bytes_); in ConsumeRandomLengthString()