Home
last modified time | relevance | path

Searched refs:load_report_map_ (Results 1 – 4 of 4) sorted by relevance

/third_party/grpc/src/core/ext/xds/
Dxds_client.cc1349 if (xds_client()->load_report_map_.empty()) { in SendReportLocked()
1394 if (xds_client()->load_report_map_.empty()) { in OnReportDoneLocked()
1975 auto it = load_report_map_ in AddClusterDropStats()
2005 auto it = load_report_map_.find( in RemoveClusterDropStats()
2007 if (it == load_report_map_.end()) return; in RemoveClusterDropStats()
2030 auto it = load_report_map_ in AddClusterLocalityStats()
2063 auto it = load_report_map_.find( in RemoveClusterLocalityStats()
2065 if (it == load_report_map_.end()) return; in RemoveClusterLocalityStats()
2120 for (auto load_report_it = load_report_map_.begin(); in BuildLoadReportSnapshotLocked()
2121 load_report_it != load_report_map_.end();) { in BuildLoadReportSnapshotLocked()
[all …]
Dxds_client.h321 load_report_map_; variable
/third_party/grpc/src/core/ext/filters/client_channel/xds/
Dxds_client.cc1441 if (xds_client()->load_report_map_.empty()) { in OnReportDoneLocked()
1920 auto it = load_report_map_ in AddClusterDropStats()
1935 auto load_report_it = load_report_map_.find( in RemoveClusterDropStats()
1937 if (load_report_it == load_report_map_.end()) return; in RemoveClusterDropStats()
1963 auto it = load_report_map_ in AddClusterLocalityStats()
1981 auto load_report_it = load_report_map_.find( in RemoveClusterLocalityStats()
1983 if (load_report_it == load_report_map_.end()) return; in RemoveClusterLocalityStats()
2325 for (auto load_report_it = load_report_map_.begin(); in BuildLoadReportSnapshot()
2326 load_report_it != load_report_map_.end();) { in BuildLoadReportSnapshot()
2382 load_report_it = load_report_map_.erase(load_report_it); in BuildLoadReportSnapshot()
Dxds_client.h286 load_report_map_; variable