Searched refs:grpc_call_error_to_string (Results 1 – 16 of 16) sorted by relevance
126 const char* CoreCodegen::grpc_call_error_to_string(grpc_call_error error) { in grpc_call_error_to_string() function in grpc::CoreCodegen127 return ::grpc_call_error_to_string(error); in grpc_call_error_to_string()
69 grpc_call_error_to_string
117 virtual const char* grpc_call_error_to_string(grpc_call_error error) = 0;
76 const char* grpc_call_error_to_string(grpc_call_error error) override;
72 grpc_call_error_to_string
461 GRPCAPI const char* grpc_call_error_to_string(grpc_call_error error);
489 GRPCAPI const char* grpc_call_error_to_string(grpc_call_error error);
131 printf("%lx", (unsigned long) grpc_call_error_to_string); in main()
247 #define grpc_call_error_to_string grpc_call_error_to_string_import macro
2017 const char* grpc_call_error_to_string(grpc_call_error error) { in grpc_call_error_to_string() function
1923 const char* grpc_call_error_to_string(grpc_call_error error) { in grpc_call_error_to_string() function
2207 pub fn grpc_call_error_to_string(error: grpc_call_error) -> *const ::std::os::raw::c_char; in grpc_call_error_to_string() function