Searched refs:grpc_call_error_to_string (Results 1 – 17 of 17) sorted by relevance
85 grpc_call_error_to_string
84 grpc_call_error_to_string
507 GRPCAPI const char* grpc_call_error_to_string(grpc_call_error error);
514 GRPCAPI const char* grpc_call_error_to_string(grpc_call_error error);
96 grpc_call_error_string = grpc_call_error_to_string(error).decode()
300 EXPECT_EQ(err, GRPC_CALL_OK) << grpc_call_error_to_string(err); in ~BatchBuilder()
976 grpc_call_error_to_string(err)); in ContinueFillOpsAfterInterception()
423 const char* grpc_call_error_to_string(grpc_call_error error) nogil
292 #define grpc_call_error_to_string grpc_call_error_to_string_import macro
1715 pub fn grpc_call_error_to_string(error: grpc_call_error) -> *const ::std::os::raw::c_char; in grpc_call_error_to_string() function
3642 const char* grpc_call_error_to_string(grpc_call_error error) { in grpc_call_error_to_string() function
2204 pub fn grpc_call_error_to_string(error: grpc_call_error) -> *const ::std::os::raw::c_char; in grpc_call_error_to_string() function
4323 const char* grpc_call_error_to_string(grpc_call_error error) { in grpc_call_error_to_string() function
1936 + pub fn grpc_call_error_to_string(error: grpc_call_error) -> *const ::std::os::raw::c_char;