Searched refs:ClusterChild (Results 1 – 1 of 1) sorted by relevance
116 class ClusterChild : public InternallyRefCounted<ClusterChild> { class in grpc_core::__anon084c3e020111::XdsClusterManagerLb118 ClusterChild(RefCountedPtr<XdsClusterManagerLb> xds_cluster_manager_policy,120 ~ClusterChild() override;141 explicit Helper(RefCountedPtr<ClusterChild> xds_cluster_manager_child) in Helper()158 RefCountedPtr<ClusterChild> xds_cluster_manager_child_;200 std::map<std::string, OrphanablePtr<ClusterChild>> children_;268 ClusterChild* child = p.second.get(); in UpdateLocked()280 .emplace(name, MakeOrphanable<ClusterChild>( in UpdateLocked()298 const ClusterChild* child = p.second.get(); in UpdateStateLocked()387 XdsClusterManagerLb::ClusterChild::ClusterChild( in ClusterChild() function in grpc_core::__anon084c3e020111::XdsClusterManagerLb::ClusterChild[all …]