Searched refs:ConsumeRandomLengthString (Results 1 – 2 of 2) sorted by relevance
27 FDP.ConsumeRandomLengthString(FDP.remaining_bytes()); in LLVMFuzzerTestOneInput()34 FDP.ConsumeRandomLengthString(FDP.remaining_bytes()); in LLVMFuzzerTestOneInput()37 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()