Searched refs:cluster_key (Results 1 – 2 of 2) sorted by relevance
2123 const auto& cluster_key = load_report_it->first; in BuildLoadReportSnapshotLocked() local2133 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()
2328 const auto& cluster_key = load_report_it->first; in BuildLoadReportSnapshot() local2338 send_all_clusters || clusters.find(cluster_key.first) != clusters.end(); in BuildLoadReportSnapshot()2377 snapshot_map[cluster_key] = std::move(snapshot); in BuildLoadReportSnapshot()