Searched refs:new_cluster_names (Results 1 – 2 of 2) sorted by relevance
/third_party/grpc/src/core/ext/xds/ |
D | xds_client.cc | 1603 std::set<std::string> new_cluster_names; in OnResponseReceivedLocked() local 1606 response_slice, &send_all_clusters, &new_cluster_names, in OnResponseReceivedLocked() 1622 xds_client(), new_cluster_names.size(), send_all_clusters, in OnResponseReceivedLocked() 1625 for (const auto& name : new_cluster_names) { in OnResponseReceivedLocked() 1643 cluster_names_ == new_cluster_names && in OnResponseReceivedLocked() 1657 cluster_names_ = std::move(new_cluster_names); in OnResponseReceivedLocked()
|
/third_party/grpc/src/core/ext/filters/client_channel/xds/ |
D | xds_client.cc | 1641 std::set<std::string> new_cluster_names; in OnResponseReceivedLocked() local 1644 response_slice, &send_all_clusters, &new_cluster_names, in OnResponseReceivedLocked() 1660 xds_client(), new_cluster_names.size(), send_all_clusters, in OnResponseReceivedLocked() 1663 for (const auto& name : new_cluster_names) { in OnResponseReceivedLocked() 1681 cluster_names_ == new_cluster_names && in OnResponseReceivedLocked() 1695 cluster_names_ = std::move(new_cluster_names); in OnResponseReceivedLocked()
|