Home
last modified time | relevance | path

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

/dports/devel/grpc130/grpc-1.30.2/src/core/ext/filters/client_channel/xds/
H A Dxds_client.cc1942 auto load_report_it = load_report_map_.find( in RemoveClusterDropStats() local
1944 if (load_report_it == load_report_map_.end()) return; in RemoveClusterDropStats()
1945 LoadReportState& load_report_state = load_report_it->second; in RemoveClusterDropStats()
1988 auto load_report_it = load_report_map_.find( in RemoveClusterLocalityStats() local
1990 if (load_report_it == load_report_map_.end()) return; in RemoveClusterLocalityStats()
2246 for (auto load_report_it = load_report_map_.begin(); in BuildLoadReportSnapshot() local
2247 load_report_it != load_report_map_.end();) { in BuildLoadReportSnapshot()
2249 const auto& cluster_key = load_report_it->first; in BuildLoadReportSnapshot()
2250 LoadReportState& load_report = load_report_it->second; in BuildLoadReportSnapshot()
2303 load_report_it = load_report_map_.erase(load_report_it); in BuildLoadReportSnapshot()
[all …]
/dports/devel/grpc134/grpc-1.34.1/src/core/ext/xds/
H A Dxds_client.cc2124 for (auto load_report_it = load_report_map_.begin(); in BuildLoadReportSnapshotLocked() local
2125 load_report_it != load_report_map_.end();) { in BuildLoadReportSnapshotLocked()
2127 const auto& cluster_key = load_report_it->first; in BuildLoadReportSnapshotLocked()
2128 LoadReportState& load_report = load_report_it->second; in BuildLoadReportSnapshotLocked()
2191 load_report_it = load_report_map_.erase(load_report_it); in BuildLoadReportSnapshotLocked()
2193 ++load_report_it; in BuildLoadReportSnapshotLocked()
/dports/devel/grpc/grpc-1.42.0/src/core/ext/xds/
H A Dxds_client.cc2491 for (auto load_report_it = load_report_map_.begin(); in BuildLoadReportSnapshotLocked() local
2492 load_report_it != load_report_map_.end();) { in BuildLoadReportSnapshotLocked()
2494 const auto& cluster_key = load_report_it->first; in BuildLoadReportSnapshotLocked()
2495 LoadReportState& load_report = load_report_it->second; in BuildLoadReportSnapshotLocked()
2558 load_report_it = load_report_map_.erase(load_report_it); in BuildLoadReportSnapshotLocked()
2560 ++load_report_it; in BuildLoadReportSnapshotLocked()
/dports/devel/pecl-grpc/grpc-1.42.0/src/core/ext/xds/
H A Dxds_client.cc2491 for (auto load_report_it = load_report_map_.begin(); in BuildLoadReportSnapshotLocked() local
2492 load_report_it != load_report_map_.end();) { in BuildLoadReportSnapshotLocked()
2494 const auto& cluster_key = load_report_it->first; in BuildLoadReportSnapshotLocked()
2495 LoadReportState& load_report = load_report_it->second; in BuildLoadReportSnapshotLocked()
2558 load_report_it = load_report_map_.erase(load_report_it); in BuildLoadReportSnapshotLocked()
2560 ++load_report_it; in BuildLoadReportSnapshotLocked()
/dports/devel/py-grpcio/grpcio-1.43.0/src/core/ext/xds/
H A Dxds_client.cc2596 for (auto load_report_it = load_report_map_.begin(); in BuildLoadReportSnapshotLocked() local
2597 load_report_it != load_report_map_.end();) { in BuildLoadReportSnapshotLocked()
2599 const auto& cluster_key = load_report_it->first; in BuildLoadReportSnapshotLocked()
2600 LoadReportState& load_report = load_report_it->second; in BuildLoadReportSnapshotLocked()
2663 load_report_it = load_report_map_.erase(load_report_it); in BuildLoadReportSnapshotLocked()
2665 ++load_report_it; in BuildLoadReportSnapshotLocked()