Searched refs:load_report_it (Results 1 – 2 of 2) sorted by relevance
1935 auto load_report_it = load_report_map_.find( in RemoveClusterDropStats() local1937 if (load_report_it == load_report_map_.end()) return; in RemoveClusterDropStats()1938 LoadReportState& load_report_state = load_report_it->second; in RemoveClusterDropStats()1981 auto load_report_it = load_report_map_.find( in RemoveClusterLocalityStats() local1983 if (load_report_it == load_report_map_.end()) return; in RemoveClusterLocalityStats()1984 LoadReportState& load_report_state = load_report_it->second; in RemoveClusterLocalityStats()2325 for (auto load_report_it = load_report_map_.begin(); in BuildLoadReportSnapshot() local2326 load_report_it != load_report_map_.end();) { in BuildLoadReportSnapshot()2328 const auto& cluster_key = load_report_it->first; in BuildLoadReportSnapshot()2329 LoadReportState& load_report = load_report_it->second; in BuildLoadReportSnapshot()[all …]
2120 for (auto load_report_it = load_report_map_.begin(); in BuildLoadReportSnapshotLocked() local2121 load_report_it != load_report_map_.end();) { in BuildLoadReportSnapshotLocked()2123 const auto& cluster_key = load_report_it->first; in BuildLoadReportSnapshotLocked()2124 LoadReportState& load_report = load_report_it->second; in BuildLoadReportSnapshotLocked()2187 load_report_it = load_report_map_.erase(load_report_it); in BuildLoadReportSnapshotLocked()2189 ++load_report_it; in BuildLoadReportSnapshotLocked()