Home
last modified time | relevance | path

Searched refs:duplicate_without_call_credentials (Results 1 – 6 of 6) sorted by relevance

/external/rust/crates/grpcio-sys/grpc/src/core/ext/filters/client_channel/lb_policy/grpclb/
Dgrpclb_channel_secure.cc54 channel_credentials->duplicate_without_call_credentials(); in ModifyGrpclbBalancerChannelArgs()
/external/grpc-grpc/src/core/lib/security/credentials/
Dcredentials.cc141 channel_creds->vtable->duplicate_without_call_credentials != nullptr) { in grpc_channel_credentials_duplicate_without_call_credentials()
142 return channel_creds->vtable->duplicate_without_call_credentials( in grpc_channel_credentials_duplicate_without_call_credentials()
Dcredentials.h101 grpc_channel_credentials* (*duplicate_without_call_credentials)( member
/external/rust/crates/grpcio-sys/grpc/src/core/lib/security/credentials/composite/
Dcomposite_credentials.h45 duplicate_without_call_credentials() override { in duplicate_without_call_credentials() function
/external/rust/crates/grpcio-sys/grpc/src/core/lib/security/credentials/
Dcredentials.h121 duplicate_without_call_credentials() { in duplicate_without_call_credentials() function
/external/rust/crates/grpcio-sys/grpc/test/core/security/
Dcredentials_test.cc1892 channel_creds->duplicate_without_call_credentials(); in test_channel_creds_duplicate_without_call_creds()
1905 dup = composite_creds->duplicate_without_call_credentials(); in test_channel_creds_duplicate_without_call_creds()