Searched defs:grpc_tls_error_details (Results 1 – 5 of 5) sorted by relevance
33 struct grpc_tls_error_details struct36 grpc_tls_error_details() : error_details_("") {} in grpc_tls_error_details() argument37 void set_error_details(const char* err_details) { in set_error_details()40 const std::string& error_details() { return error_details_; } in error_details()
752 typedef struct grpc_tls_error_details grpc_tls_error_details; typedef
3188 pub struct grpc_tls_error_details { struct3189 _unused: [u8; 0],