Home
last modified time | relevance | path

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

/external/rust/crates/grpcio-sys/grpc/src/core/ext/xds/
Dxds_client.cc1985 RefCountedPtr<XdsClusterDropStats> cluster_drop_stats; in AddClusterDropStats() local
1987 cluster_drop_stats = load_report_state.drop_stats->RefIfNonZero(); in AddClusterDropStats()
1989 if (cluster_drop_stats == nullptr) { in AddClusterDropStats()
1994 cluster_drop_stats = MakeRefCounted<XdsClusterDropStats>( in AddClusterDropStats()
1998 load_report_state.drop_stats = cluster_drop_stats.get(); in AddClusterDropStats()
2001 return cluster_drop_stats; in AddClusterDropStats()
2007 XdsClusterDropStats* cluster_drop_stats) { in RemoveClusterDropStats() argument
2015 if (load_report_state.drop_stats == cluster_drop_stats) { in RemoveClusterDropStats()
Dxds_client.h171 XdsClusterDropStats* cluster_drop_stats);