Home
last modified time | relevance | path

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

/third_party/grpc/src/core/ext/filters/client_channel/xds/
Dxds_client.cc1935 auto load_report_it = load_report_map_.find( in RemoveClusterDropStats() local
1937 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() local
1983 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() local
2326 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 …]
/third_party/grpc/src/core/ext/xds/
Dxds_client.cc2120 for (auto load_report_it = load_report_map_.begin(); in BuildLoadReportSnapshotLocked() local
2121 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()