Searched refs:xds_cluster_manager_policy_ (Results 1 – 1 of 1) sorted by relevance
/third_party/grpc/src/core/ext/filters/client_channel/lb_policy/xds/ |
D | xds_cluster_manager.cc | 169 RefCountedPtr<XdsClusterManagerLb> xds_cluster_manager_policy_; member in grpc_core::__anon084c3e020111::XdsClusterManagerLb::ClusterChild 390 : xds_cluster_manager_policy_(std::move(xds_cluster_manager_policy)), in ClusterChild() 395 xds_cluster_manager_policy_.get(), this, name_.c_str()); in ClusterChild() 406 xds_cluster_manager_policy_.get(), this); in ~ClusterChild() 408 xds_cluster_manager_policy_.reset(DEBUG_LOCATION, "ClusterChild"); in ~ClusterChild() 416 xds_cluster_manager_policy_.get(), this, name_.c_str()); in Orphan() 422 xds_cluster_manager_policy_->interested_parties()); in Orphan() 439 xds_cluster_manager_policy_->work_serializer(); in CreateChildPolicyLocked() 451 xds_cluster_manager_policy_.get(), this, name_.c_str(), in CreateChildPolicyLocked() 459 xds_cluster_manager_policy_->interested_parties()); in CreateChildPolicyLocked() [all …]
|