Home
last modified time | relevance | path

Searched defs:fallback_creds (Results 1 – 5 of 5) sorted by relevance

/external/grpc-grpc/src/cpp/client/
Dxds_credentials.cc30 const std::shared_ptr<ChannelCredentials>& fallback_creds) in XdsChannelCredentialsImpl()
38 const std::shared_ptr<ChannelCredentials>& fallback_creds) { in XdsCredentials()
46 const std::shared_ptr<ChannelCredentials>& fallback_creds) { in XdsCredentials()
/external/rust/crates/grpcio-sys/grpc/src/cpp/client/
Dxds_credentials.cc31 const std::shared_ptr<ChannelCredentials>& fallback_creds) { in XdsCredentials()
49 const std::shared_ptr<ChannelCredentials>& fallback_creds) { in XdsCredentials()
/external/grpc-grpc/src/ruby/ext/grpc/
Drb_xds_server_credentials.c114 VALUE fallback_creds) { in grpc_rb_xds_server_credentials_init()
Drb_xds_channel_credentials.c130 VALUE fallback_creds) { in grpc_rb_xds_channel_credentials_init()
/external/grpc-grpc/src/php/ext/grpc/
Dchannel_credentials.c249 zval* fallback_creds = NULL; in PHP_METHOD() local