Searched refs:grpc_composite_channel_credentials (Results 1 – 4 of 4) 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
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()