Home
last modified time | relevance | path

Searched refs:debug_error_string_ (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/include/grpcpp/impl/
Dcall_op_set.h772 : recv_status_(nullptr), debug_error_string_(nullptr) {} in CallOpClientRecvStatus()
789 op->data.recv_status_on_client.error_string = &debug_error_string_; in AddOp()
798 GPR_DEBUG_ASSERT(debug_error_string_ == nullptr); in FinishOp()
807 if (debug_error_string_ != nullptr) { in FinishOp()
808 client_context_->set_debug_error_string(debug_error_string_); in FinishOp()
809 gpr_free(const_cast<char*>(debug_error_string_)); in FinishOp()
843 const char* debug_error_string_; variable
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/spm-cpp-include/grpcpp/impl/
Dcall_op_set.h772 : recv_status_(nullptr), debug_error_string_(nullptr) {} in CallOpClientRecvStatus()
789 op->data.recv_status_on_client.error_string = &debug_error_string_; in AddOp()
798 GPR_DEBUG_ASSERT(debug_error_string_ == nullptr); in FinishOp()
807 if (debug_error_string_ != nullptr) { in FinishOp()
808 client_context_->set_debug_error_string(debug_error_string_); in FinishOp()
809 gpr_free(const_cast<char*>(debug_error_string_)); in FinishOp()
843 const char* debug_error_string_; variable
/aosp_15_r20/external/grpc-grpc/include/grpcpp/impl/
H A Dcall_op_set.h772 : recv_status_(nullptr), debug_error_string_(nullptr) {} in CallOpClientRecvStatus()
789 op->data.recv_status_on_client.error_string = &debug_error_string_; in AddOp()
798 GPR_DEBUG_ASSERT(debug_error_string_ == nullptr); in FinishOp()
807 if (debug_error_string_ != nullptr) { in FinishOp()
808 client_context_->set_debug_error_string(debug_error_string_); in FinishOp()
809 gpr_free(const_cast<char*>(debug_error_string_)); in FinishOp()
843 const char* debug_error_string_; variable
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/spm-cpp-include/grpcpp/
Dclient_context.h413 std::string debug_error_string() const { return debug_error_string_; } in debug_error_string()
455 debug_error_string_ = debug_error_string; in set_debug_error_string()
510 std::string debug_error_string_; variable
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/include/grpcpp/
Dclient_context.h413 std::string debug_error_string() const { return debug_error_string_; } in debug_error_string()
455 debug_error_string_ = debug_error_string; in set_debug_error_string()
510 std::string debug_error_string_; variable
/aosp_15_r20/external/grpc-grpc/include/grpcpp/
H A Dclient_context.h413 std::string debug_error_string() const { return debug_error_string_; } in debug_error_string()
455 debug_error_string_ = debug_error_string; in set_debug_error_string()
510 std::string debug_error_string_; variable