Searched refs:load_report_it (Results 1 – 1 of 1) sorted by relevance
2126 for (auto load_report_it = load_report_map_.begin(); in BuildLoadReportSnapshotLocked() local2127 load_report_it != load_report_map_.end();) { in BuildLoadReportSnapshotLocked()2129 const auto& cluster_key = load_report_it->first; in BuildLoadReportSnapshotLocked()2130 LoadReportState& load_report = load_report_it->second; in BuildLoadReportSnapshotLocked()2193 load_report_it = load_report_map_.erase(load_report_it); in BuildLoadReportSnapshotLocked()2195 ++load_report_it; in BuildLoadReportSnapshotLocked()