Home
last modified time | relevance | path

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

/third_party/grpc/src/core/ext/xds/
Dxds_client.cc2123 const auto& cluster_key = load_report_it->first; in BuildLoadReportSnapshotLocked() local
2133 send_all_clusters || clusters.find(cluster_key.first) != clusters.end(); in BuildLoadReportSnapshotLocked()
2143 this, cluster_key.first.c_str(), cluster_key.second.c_str(), in BuildLoadReportSnapshotLocked()
2162 this, cluster_key.first.c_str(), cluster_key.second.c_str(), in BuildLoadReportSnapshotLocked()
2181 snapshot_map[cluster_key] = std::move(snapshot); in BuildLoadReportSnapshotLocked()
/third_party/grpc/src/core/ext/filters/client_channel/xds/
Dxds_client.cc2328 const auto& cluster_key = load_report_it->first; in BuildLoadReportSnapshot() local
2338 send_all_clusters || clusters.find(cluster_key.first) != clusters.end(); in BuildLoadReportSnapshot()
2377 snapshot_map[cluster_key] = std::move(snapshot); in BuildLoadReportSnapshot()