Searched refs:cluster_drop_stats (Results 1 – 4 of 4) sorted by relevance
1979 RefCountedPtr<XdsClusterDropStats> cluster_drop_stats; in AddClusterDropStats() local1981 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() argument2009 if (load_report_state.drop_stats == cluster_drop_stats) { in RemoveClusterDropStats()
171 XdsClusterDropStats* cluster_drop_stats);
124 XdsClusterDropStats* cluster_drop_stats);
1923 auto cluster_drop_stats = MakeRefCounted<XdsClusterDropStats>( in AddClusterDropStats() local1926 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() argument1941 auto it = load_report_state.drop_stats.find(cluster_drop_stats); in RemoveClusterDropStats()1945 for (const auto& p : cluster_drop_stats->GetSnapshotAndReset()) { in RemoveClusterDropStats()