Home
last modified time | relevance | path

Searched refs:dont_log (Results 1 – 10 of 10) sorted by relevance

/external/grpc-grpc/test/core/nanopb/
Dfuzzer_response.cc30 static void dont_log(gpr_log_func_args* args) {} in dont_log() function
34 if (squelch) gpr_set_log_function(dont_log); in LLVMFuzzerTestOneInput()
Dfuzzer_serverlist.cc30 static void dont_log(gpr_log_func_args* args) {} in dont_log() function
34 if (squelch) gpr_set_log_function(dont_log); in LLVMFuzzerTestOneInput()
/external/grpc-grpc/test/core/transport/chttp2/
Dhpack_parser_fuzzer_test.cc34 static void dont_log(gpr_log_func_args* args) {} in dont_log() function
38 if (squelch) gpr_set_log_function(dont_log); in LLVMFuzzerTestOneInput()
/external/grpc-grpc/test/core/security/
Dalts_credentials_fuzzer.cc42 static void dont_log(gpr_log_func_args* args) {} in dont_log() function
66 gpr_set_log_function(dont_log); in LLVMFuzzerTestOneInput()
Dssl_server_fuzzer.cc37 static void dont_log(gpr_log_func_args* args) {} in dont_log() function
55 if (squelch) gpr_set_log_function(dont_log); in LLVMFuzzerTestOneInput()
/external/grpc-grpc/test/core/end2end/fuzzers/
Dserver_fuzzer.cc36 static void dont_log(gpr_log_func_args* args) {} in dont_log() function
41 if (squelch) gpr_set_log_function(dont_log); in LLVMFuzzerTestOneInput()
Dclient_fuzzer.cc39 static void dont_log(gpr_log_func_args* args) {} in dont_log() function
44 if (squelch) gpr_set_log_function(dont_log); in LLVMFuzzerTestOneInput()
Dapi_fuzzer.cc55 static void dont_log(gpr_log_func_args* args) {} in dont_log() function
695 if (squelch && grpc_trace_fuzzer == nullptr) gpr_set_log_function(dont_log); in LLVMFuzzerTestOneInput()
/external/libchrome/ipc/
Dipc_message.h232 bool dont_log() const { return dont_log_; } in dont_log() function
Dipc_logging.cc157 message.dont_log()) in OnPostDispatchMessage()