Home
last modified time | relevance | path

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

/external/grpc-grpc/include/grpcpp/impl/codegen/
Dstatus.h101 binary_error_details_(error_details) {} in Status()
115 grpc::string error_details() const { return binary_error_details_; } in error_details()
128 grpc::string binary_error_details_; variable