Home
last modified time | relevance | path

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

/third_party/grpc/src/core/ext/xds/
Dxds_client.cc1979 RefCountedPtr<XdsClusterDropStats> cluster_drop_stats; in AddClusterDropStats() local
1981 cluster_drop_stats = load_report_state.drop_stats->RefIfNonZero(); in AddClusterDropStats()
1983 if (cluster_drop_stats == nullptr) { in AddClusterDropStats()
1988 cluster_drop_stats = MakeRefCounted<XdsClusterDropStats>( in AddClusterDropStats()
1992 load_report_state.drop_stats = cluster_drop_stats.get(); in AddClusterDropStats()
1995 return cluster_drop_stats; in AddClusterDropStats()
2001 XdsClusterDropStats* cluster_drop_stats) { in RemoveClusterDropStats() argument
2009 if (load_report_state.drop_stats == cluster_drop_stats) { in RemoveClusterDropStats()
Dxds_client.h171 XdsClusterDropStats* cluster_drop_stats);
/third_party/grpc/src/core/ext/filters/client_channel/xds/
Dxds_client.h124 XdsClusterDropStats* cluster_drop_stats);
Dxds_client.cc1923 auto cluster_drop_stats = MakeRefCounted<XdsClusterDropStats>( in AddClusterDropStats() local
1926 it->second.drop_stats.insert(cluster_drop_stats.get()); in AddClusterDropStats()
1928 return cluster_drop_stats; in AddClusterDropStats()
1934 XdsClusterDropStats* cluster_drop_stats) { in RemoveClusterDropStats() argument
1941 auto it = load_report_state.drop_stats.find(cluster_drop_stats); in RemoveClusterDropStats()
1945 for (const auto& p : cluster_drop_stats->GetSnapshotAndReset()) { in RemoveClusterDropStats()