Searched refs:dont_log (Results 1 – 12 of 12) sorted by relevance
30 static void dont_log(gpr_log_func_args* args) {} in dont_log() function34 if (squelch) gpr_set_log_function(dont_log); in LLVMFuzzerTestOneInput()
34 static void dont_log(gpr_log_func_args* args) {} in dont_log() function38 if (squelch) gpr_set_log_function(dont_log); in LLVMFuzzerTestOneInput()
41 static void dont_log(gpr_log_func_args* /*args*/) {} in dont_log() function65 gpr_set_log_function(dont_log); in LLVMFuzzerTestOneInput()
39 static void dont_log(gpr_log_func_args* /*args*/) {} in dont_log() function57 if (squelch) gpr_set_log_function(dont_log); in LLVMFuzzerTestOneInput()
42 static void dont_log(gpr_log_func_args* args) {} in dont_log() function66 gpr_set_log_function(dont_log); in LLVMFuzzerTestOneInput()
37 static void dont_log(gpr_log_func_args* args) {} in dont_log() function55 if (squelch) gpr_set_log_function(dont_log); in LLVMFuzzerTestOneInput()
36 static void dont_log(gpr_log_func_args* args) {} in dont_log() function41 if (squelch) gpr_set_log_function(dont_log); in LLVMFuzzerTestOneInput()
39 static void dont_log(gpr_log_func_args* args) {} in dont_log() function44 if (squelch) gpr_set_log_function(dont_log); in LLVMFuzzerTestOneInput()
55 static void dont_log(gpr_log_func_args* args) {} in dont_log() function695 if (squelch && grpc_trace_fuzzer == nullptr) gpr_set_log_function(dont_log); in LLVMFuzzerTestOneInput()
232 bool dont_log() const { return dont_log_; } in dont_log() function
157 message.dont_log()) in OnPostDispatchMessage()