Home
last modified time | relevance | path

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

/external/rust/crates/grpcio-sys/grpc/src/core/ext/filters/client_channel/lb_policy/xds/
Dxds_cluster_impl.cc223 : xds_cluster_impl_policy_(std::move(xds_cluster_impl_policy)) {} in Helper()
226 xds_cluster_impl_policy_.reset(DEBUG_LOCATION, "Helper"); in ~Helper()
238 RefCountedPtr<XdsClusterImplLb> xds_cluster_impl_policy_; member in grpc_core::__anonff2650950111::XdsClusterImplLb::Helper
544 if (xds_cluster_impl_policy_->shutting_down_) return nullptr; in CreateSubchannel()
547 if (xds_cluster_impl_policy_->config_->lrs_load_reporting_server_name() in CreateSubchannel()
557 xds_cluster_impl_policy_->xds_client_->AddClusterLocalityStats( in CreateSubchannel()
558 *xds_cluster_impl_policy_->config_ in CreateSubchannel()
560 xds_cluster_impl_policy_->config_->cluster_name(), in CreateSubchannel()
561 xds_cluster_impl_policy_->config_->eds_service_name(), in CreateSubchannel()
564 xds_cluster_impl_policy_->channel_control_helper()->CreateSubchannel( in CreateSubchannel()
[all …]