Home
last modified time | relevance | path

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

/external/grpc-grpc/test/core/security/
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()
/external/grpc-grpc/test/core/util/
Dfuzzer_util.h41 char* grpc_fuzzer_get_next_string(input_stream* inp, bool* special);
Dfuzzer_util.cc37 char* grpc_fuzzer_get_next_string(input_stream* inp, bool* special) { in grpc_fuzzer_get_next_string() function