HomeSort by relevance Sort by last modified time
    Searched refs:gpr_log_severity (Results 1 - 11 of 11) sorted by null

  /external/grpc-grpc/include/grpc/impl/codegen/
log.h 43 typedef enum gpr_log_severity { enum
47 } gpr_log_severity; typedef in typeref:enum:gpr_log_severity
52 GPRAPI const char* gpr_log_severity_string(gpr_log_severity severity);
61 GPRAPI void gpr_log(const char* file, int line, gpr_log_severity severity,
64 GPRAPI int gpr_should_log(gpr_log_severity severity);
67 gpr_log_severity severity, const char* message);
70 GPRAPI void gpr_set_log_verbosity(gpr_log_severity min_severity_to_print);
80 gpr_log_severity severity;
  /external/grpc-grpc/src/core/lib/gpr/
log.cc 35 const char* gpr_log_severity_string(gpr_log_severity severity) {
47 int gpr_should_log(gpr_log_severity severity) {
54 void gpr_log_message(const char* file, int line, gpr_log_severity severity,
69 void gpr_set_log_verbosity(gpr_log_severity min_severity_to_print) {
log_android.cc 30 static android_LogPriority severity_to_log_priority(gpr_log_severity severity) {
42 void gpr_log(const char* file, int line, gpr_log_severity severity,
log_linux.cc 45 void gpr_log(const char* file, int line, gpr_log_severity severity,
log_posix.cc 35 void gpr_log(const char* file, int line, gpr_log_severity severity,
log_windows.cc 35 void gpr_log(const char* file, int line, gpr_log_severity severity,
  /external/grpc-grpc/src/core/lib/surface/
call.h 87 void grpc_call_log_batch(const char* file, int line, gpr_log_severity severity,
call_log_batch.cc 110 void grpc_call_log_batch(const char* file, int line, gpr_log_severity severity,
  /external/grpc-grpc/src/core/lib/channel/
channel_stack.h 271 void grpc_call_log_op(const char* file, int line, gpr_log_severity severity,
  /external/grpc-grpc/src/core/lib/transport/
transport_op_string.cc 201 void grpc_call_log_op(const char* file, int line, gpr_log_severity severity,
  /external/grpc-grpc/src/ruby/ext/grpc/
rb_grpc_imports.generated.h     [all...]

Completed in 79 milliseconds