Home
last modified time | relevance | path

Searched refs:client_channel_factory_ (Results 1 – 3 of 3) sorted by relevance

/external/grpc-grpc/src/core/ext/filters/client_channel/
Dlb_policy.h184 return client_channel_factory_; in client_channel_factory()
206 grpc_client_channel_factory* client_channel_factory_; variable
Dlb_policy.cc32 client_channel_factory_(args.client_channel_factory), in LoadBalancingPolicy()
/external/rust/crates/grpcio-sys/grpc/src/core/ext/filters/client_channel/
Dclient_channel.cc328 ClientChannelFactory* client_channel_factory_; member in grpc_core::__anon5e2240680111::ChannelData
1762 chand_->client_channel_factory_->CreateSubchannel(new_args); in CreateSubchannel()
1876 client_channel_factory_( in ChannelData()
1893 if (client_channel_factory_ == nullptr) { in ChannelData()