Searched refs:new_cluster_names (Results 1 – 1 of 1) sorted by relevance
1609 std::set<std::string> new_cluster_names; in OnResponseReceivedLocked() local1612 response_slice, &send_all_clusters, &new_cluster_names, in OnResponseReceivedLocked()1628 xds_client(), new_cluster_names.size(), send_all_clusters, in OnResponseReceivedLocked()1631 for (const auto& name : new_cluster_names) { in OnResponseReceivedLocked()1649 cluster_names_ == new_cluster_names && in OnResponseReceivedLocked()1663 cluster_names_ = std::move(new_cluster_names); in OnResponseReceivedLocked()