Home
last modified time | relevance | path

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

/external/grpc-grpc/include/grpc/impl/codegen/
Dlog.h52 GPRAPI const char* gpr_log_severity_string(gpr_log_severity severity);
/external/grpc-grpc/src/core/lib/gpr/
Dlog.cc35 const char* gpr_log_severity_string(gpr_log_severity severity) { in gpr_log_severity_string() function
Dlog_linux.cc90 gpr_log_severity_string(args->severity), time_buffer, in gpr_default_log()
Dlog_windows.cc96 gpr_log_severity_string(args->severity), time_buffer, in gpr_default_log()
Dlog_posix.cc87 gpr_log_severity_string(args->severity), time_buffer, in gpr_default_log()
/external/grpc-grpc/
Dgrpc.def142 gpr_log_severity_string
/external/grpc-grpc/test/core/surface/
Dpublic_headers_must_be_c89.c201 printf("%lx", (unsigned long) gpr_log_severity_string); in main()
/external/grpc-grpc/src/ruby/ext/grpc/
Drb_grpc_imports.generated.h466 #define gpr_log_severity_string gpr_log_severity_string_import macro
/external/grpc-grpc/src/csharp/ext/
Dgrpc_csharp_ext.c1103 gpr_log_severity_string(args->severity), args->message); in grpcsharp_log_handler()