Home
last modified time | relevance | path

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

/external/grpc-grpc/test/core/security/
Dgrpc_alts_credentials_options_test.cc79 auto new_client_options = in test_client_options_api_success() local
81 GPR_ASSERT(strcmp(new_client_options->target_account_list_head->data, in test_client_options_api_success()
83 GPR_ASSERT(strcmp(new_client_options->target_account_list_head->next->data, in test_client_options_api_success()
/external/grpc-grpc/src/core/lib/security/credentials/alts/
Dgrpc_alts_credentials_client_options.cc89 auto new_client_options = in alts_client_options_copy() local
100 new_client_options->target_account_list_head = new_node; in alts_client_options_copy()