Home
last modified time | relevance | path

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

/third_party/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_impl.h411 std::string debug_error_string() const { return debug_error_string_; } in debug_error_string()
451 debug_error_string_ = debug_error_string; in set_debug_error_string()
511 std::string 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