Home
last modified time | relevance | path

Searched refs:gpr_should_log (Results 1 – 9 of 9) sorted by relevance

/external/grpc-grpc/src/core/lib/gpr/
Dlog.cc47 int gpr_should_log(gpr_log_severity severity) { in gpr_should_log() function
56 if (gpr_should_log(severity) == 0) { in gpr_log_message()
Dlog_android.cc45 if (gpr_should_log(severity) == 0) { in gpr_log()
Dlog_linux.cc48 if (gpr_should_log(severity) == 0) { in gpr_log()
Dlog_windows.cc38 if (gpr_should_log(severity) == 0) { in gpr_log()
Dlog_posix.cc38 if (gpr_should_log(severity) == 0) { in gpr_log()
/external/grpc-grpc/include/grpc/impl/codegen/
Dlog.h64 GPRAPI int gpr_should_log(gpr_log_severity severity);
/external/grpc-grpc/
Dgrpc.def144 gpr_should_log
/external/grpc-grpc/test/core/surface/
Dpublic_headers_must_be_c89.c203 printf("%lx", (unsigned long) gpr_should_log); in main()
/external/grpc-grpc/src/ruby/ext/grpc/
Drb_grpc_imports.generated.h472 #define gpr_should_log gpr_should_log_import macro