Searched refs:grpc_fuzzer_get_next_string (Results 1 – 3 of 3) sorted by relevance
35 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()
41 char* grpc_fuzzer_get_next_string(input_stream* inp, bool* special);
37 char* grpc_fuzzer_get_next_string(input_stream* inp, bool* special) { in grpc_fuzzer_get_next_string() function