Home
last modified time | relevance | path

Searched refs:grpc_call_error_to_string (Results 1 – 17 of 17) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/
Dgrpc.def85 grpc_call_error_to_string
/aosp_15_r20/external/grpc-grpc/
H A Dgrpc.def84 grpc_call_error_to_string
/aosp_15_r20/external/grpc-grpc/include/grpc/
H A Dgrpc.h507 GRPCAPI const char* grpc_call_error_to_string(grpc_call_error error);
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/include/grpc/
Dgrpc.h514 GRPCAPI const char* grpc_call_error_to_string(grpc_call_error error);
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/spm-core-include/grpc/
Dgrpc.h514 GRPCAPI const char* grpc_call_error_to_string(grpc_call_error error);
/aosp_15_r20/external/grpc-grpc/src/python/grpcio/grpc/_cython/_cygrpc/aio/
H A Dcallback_common.pyx.pxi96 grpc_call_error_string = grpc_call_error_to_string(error).decode()
/aosp_15_r20/external/grpc-grpc/test/core/end2end/
H A Dend2end_tests.cc300 EXPECT_EQ(err, GRPC_CALL_OK) << grpc_call_error_to_string(err); in ~BatchBuilder()
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/include/grpcpp/impl/
Dcall_op_set.h976 grpc_call_error_to_string(err)); in ContinueFillOpsAfterInterception()
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/spm-cpp-include/grpcpp/impl/
Dcall_op_set.h976 grpc_call_error_to_string(err)); in ContinueFillOpsAfterInterception()
/aosp_15_r20/external/grpc-grpc/include/grpcpp/impl/
H A Dcall_op_set.h976 grpc_call_error_to_string(err)); in ContinueFillOpsAfterInterception()
/aosp_15_r20/external/grpc-grpc/src/python/grpcio/grpc/_cython/_cygrpc/
H A Dgrpc.pxi423 const char* grpc_call_error_to_string(grpc_call_error error) nogil
/aosp_15_r20/external/grpc-grpc/src/ruby/ext/grpc/
H A Drb_grpc_imports.generated.h292 #define grpc_call_error_to_string grpc_call_error_to_string_import macro
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/android/
Dgrpc-bindings.rs1715 pub fn grpc_call_error_to_string(error: grpc_call_error) -> *const ::std::os::raw::c_char; in grpc_call_error_to_string() function
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/lib/surface/
Dcall.cc3642 const char* grpc_call_error_to_string(grpc_call_error error) { in grpc_call_error_to_string() function
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/bindings/
Dbindings.rs2204 pub fn grpc_call_error_to_string(error: grpc_call_error) -> *const ::std::os::raw::c_char; in grpc_call_error_to_string() function
/aosp_15_r20/external/grpc-grpc/src/core/lib/surface/
H A Dcall.cc4323 const char* grpc_call_error_to_string(grpc_call_error error) { in grpc_call_error_to_string() function
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/patches/
Dandroid-dir.patch1936 + pub fn grpc_call_error_to_string(error: grpc_call_error) -> *const ::std::os::raw::c_char;