Home
last modified time | relevance | path

Searched defs:debug_error_string (Results 1 – 2 of 2) sorted by relevance

/external/grpc-grpc/include/grpcpp/impl/codegen/
Dclient_context.h367 grpc::string debug_error_string() const { return debug_error_string_; } in debug_error_string() function
398 void set_debug_error_string(const grpc::string& debug_error_string) { in set_debug_error_string()
/external/grpc-grpc/src/python/grpcio/grpc/
D_channel.py411 def debug_error_string(self): member in _Rendezvous