Home
last modified time | relevance | path

Searched refs:grpc_fuzzer_get_next_string (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/grpc-grpc/test/core/security/
H A Dalts_credentials_fuzzer.cc35 using grpc_core::testing::grpc_fuzzer_get_next_string;
49 char* service_account = grpc_fuzzer_get_next_string(inp, nullptr); in read_target_service_accounts()
74 ? grpc_fuzzer_get_next_string(&inp, nullptr) in LLVMFuzzerTestOneInput()
/aosp_15_r20/external/grpc-grpc/test/core/util/
H A Dfuzzer_util.h41 char* grpc_fuzzer_get_next_string(input_stream* inp, bool* special);
H A Dfuzzer_util.cc37 char* grpc_fuzzer_get_next_string(input_stream* inp, bool* special) { in grpc_fuzzer_get_next_string() function