Searched refs:grpc_tls_error_details (Results 1 – 5 of 5) sorted by relevance
33 struct grpc_tls_error_details struct34 : public grpc_core::RefCounted<grpc_tls_error_details> {36 grpc_tls_error_details() : error_details_("") {} in grpc_tls_error_details() argument
345 c_arg->error_details = new grpc_tls_error_details(); in TEST_F()389 c_arg.error_details = new grpc_tls_error_details(); in TEST_F()446 c_arg->error_details = new grpc_tls_error_details(); in TEST_F()483 c_arg->error_details = new grpc_tls_error_details(); in TEST_F()530 c_arg.error_details = new grpc_tls_error_details(); in TEST_F()593 c_credential_reload_arg.error_details = new grpc_tls_error_details(); in TEST_F()607 c_server_authorization_check_arg.error_details = new grpc_tls_error_details(); in TEST_F()693 c_arg->error_details = new grpc_tls_error_details(); in TEST_F()723 c_arg->error_details = new grpc_tls_error_details(); in TEST_F()
752 typedef struct grpc_tls_error_details grpc_tls_error_details; typedef982 grpc_tls_error_details* error_details;
87 grpc_tls_error_details error_details; in TEST()
461 arg->error_details = new grpc_tls_error_details(); in ServerAuthorizationCheckArgCreate()