Home
last modified time | relevance | path

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

/external/grpc-grpc/include/grpcpp/impl/codegen/
Dcall.h542 : recv_status_(nullptr), debug_error_string_(nullptr) {} in CallOpClientRecvStatus()
559 op->data.recv_status_on_client.error_string = &debug_error_string_; in AddOp()
575 debug_error_string_ != nullptr ? debug_error_string_ : ""); in FinishOp()
577 if (debug_error_string_ != nullptr) { in FinishOp()
578 g_core_codegen_interface->gpr_free((void*)debug_error_string_); in FinishOp()
587 const char* debug_error_string_; variable
Dclient_context.h367 grpc::string debug_error_string() const { return debug_error_string_; } in debug_error_string()
399 debug_error_string_ = debug_error_string; in set_debug_error_string()
441 grpc::string debug_error_string_; variable
/external/rust/crates/grpcio-sys/grpc/include/grpcpp/impl/codegen/
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_CODEGEN_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()
810 const_cast<char*>(debug_error_string_)); in FinishOp()
844 const char* debug_error_string_; variable
Dclient_context.h418 std::string debug_error_string() const { return debug_error_string_; } in debug_error_string()
459 debug_error_string_ = debug_error_string; in set_debug_error_string()
519 std::string debug_error_string_; variable
/external/rust/crates/grpcio-sys/grpc/spm-cpp-include/grpcpp/impl/codegen/
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_CODEGEN_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()
810 const_cast<char*>(debug_error_string_)); in FinishOp()
844 const char* debug_error_string_; variable
Dclient_context.h418 std::string debug_error_string() const { return debug_error_string_; } in debug_error_string()
459 debug_error_string_ = debug_error_string; in set_debug_error_string()
519 std::string debug_error_string_; variable