Home
last modified time | relevance | path

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

/external/rust/crates/grpcio-sys/grpc/src/core/ext/xds/
Dxds_client.cc1984 LoadReportState& load_report_state = it->second; in AddClusterDropStats() local
1986 if (load_report_state.drop_stats != nullptr) { in AddClusterDropStats()
1987 cluster_drop_stats = load_report_state.drop_stats->RefIfNonZero(); in AddClusterDropStats()
1990 if (load_report_state.drop_stats != nullptr) { in AddClusterDropStats()
1991 load_report_state.deleted_drop_stats += in AddClusterDropStats()
1992 load_report_state.drop_stats->GetSnapshotAndReset(); in AddClusterDropStats()
1998 load_report_state.drop_stats = cluster_drop_stats.get(); in AddClusterDropStats()
2014 LoadReportState& load_report_state = it->second; in RemoveClusterDropStats() local
2015 if (load_report_state.drop_stats == cluster_drop_stats) { in RemoveClusterDropStats()
2018 load_report_state.deleted_drop_stats += in RemoveClusterDropStats()
[all …]