Searched refs:grpc_composite_channel_credentials (Results 1 – 8 of 8) sorted by relevance
207 grpc_composite_channel_credentials* c = in composite_channel_destruct()208 reinterpret_cast<grpc_composite_channel_credentials*>(creds); in composite_channel_destruct()217 grpc_composite_channel_credentials* c = in composite_channel_create_security_connector()218 reinterpret_cast<grpc_composite_channel_credentials*>(creds); in composite_channel_create_security_connector()243 grpc_composite_channel_credentials* c = in composite_channel_duplicate_without_call_credentials()244 reinterpret_cast<grpc_composite_channel_credentials*>(creds); in composite_channel_duplicate_without_call_credentials()255 grpc_composite_channel_credentials* c = in grpc_composite_channel_credentials_create()256 static_cast<grpc_composite_channel_credentials*>(gpr_zalloc(sizeof(*c))); in grpc_composite_channel_credentials_create()
49 } grpc_composite_channel_credentials; typedef
33 class grpc_composite_channel_credentials : public grpc_channel_credentials {35 grpc_composite_channel_credentials( in grpc_composite_channel_credentials() function42 ~grpc_composite_channel_credentials() override = default;
201 grpc_composite_channel_credentials::create_security_connector( in create_security_connector()227 return new grpc_composite_channel_credentials(channel_creds->Ref(), in grpc_composite_channel_credentials_create()
879 grpc_composite_channel_credentials* creds; in test_google_default_creds_auth_key()885 creds = reinterpret_cast<grpc_composite_channel_credentials*>( in test_google_default_creds_auth_key()904 grpc_composite_channel_credentials* creds; in test_google_default_creds_refresh_token()908 creds = reinterpret_cast<grpc_composite_channel_credentials*>( in test_google_default_creds_refresh_token()945 grpc_composite_channel_credentials* creds = in test_google_default_creds_gce()946 reinterpret_cast<grpc_composite_channel_credentials*>( in test_google_default_creds_gce()
100 (reinterpret_cast<grpc_composite_channel_credentials*>(creds)) in main()
99 if (reinterpret_cast<grpc_composite_channel_credentials*>(creds) in main()
1457 grpc_composite_channel_credentials* creds; in test_google_default_creds_auth_key()1466 creds = reinterpret_cast<grpc_composite_channel_credentials*>( in test_google_default_creds_auth_key()1486 grpc_composite_channel_credentials* creds; in test_google_default_creds_refresh_token()1490 creds = reinterpret_cast<grpc_composite_channel_credentials*>( in test_google_default_creds_refresh_token()1540 grpc_composite_channel_credentials* creds = in test_google_default_creds_gce()1541 reinterpret_cast<grpc_composite_channel_credentials*>( in test_google_default_creds_gce()1579 grpc_composite_channel_credentials* creds = in test_google_default_creds_non_gce()1580 reinterpret_cast<grpc_composite_channel_credentials*>( in test_google_default_creds_non_gce()1646 grpc_composite_channel_credentials* channel_creds = in test_google_default_creds_call_creds_specified()1647 reinterpret_cast<grpc_composite_channel_credentials*>( in test_google_default_creds_call_creds_specified()[all …]