Home
last modified time | relevance | path

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

/external/grpc-grpc/test/core/util/
Dfuzzer_util.h44 uint32_t grpc_fuzzer_get_next_uint32(input_stream* inp);
Dfuzzer_util.cc57 uint32_t grpc_fuzzer_get_next_uint32(input_stream* inp) { in grpc_fuzzer_get_next_uint32() function
/external/grpc-grpc/test/core/end2end/fuzzers/
Dapi_fuzzer.cc46 using grpc_core::testing::grpc_fuzzer_get_next_uint32;
140 return static_cast<int>(grpc_fuzzer_get_next_uint32(inp)); in read_int()
627 (*metadata)[i].flags = grpc_fuzzer_get_next_uint32(inp); in read_metadata()
784 g_now, gpr_time_from_micros(grpc_fuzzer_get_next_uint32(&inp), in LLVMFuzzerTestOneInput()
893 gpr_time_from_micros(grpc_fuzzer_get_next_uint32(&inp), in LLVMFuzzerTestOneInput()
919 uint32_t propagation_mask = grpc_fuzzer_get_next_uint32(&inp); in LLVMFuzzerTestOneInput()
927 gpr_time_from_micros(grpc_fuzzer_get_next_uint32(&inp), in LLVMFuzzerTestOneInput()
1047 op->flags = grpc_fuzzer_get_next_uint32(&inp); in LLVMFuzzerTestOneInput()