Searched refs:drop_stats_ (Results 1 – 1 of 1) sorted by relevance
216 RefCountedPtr<XdsClusterDropStats> drop_stats_; member in grpc_core::__anonff2650950111::XdsClusterImplLb::Picker265 RefCountedPtr<XdsClusterDropStats> drop_stats_; member in grpc_core::__anonff2650950111::XdsClusterImplLb286 drop_stats_(xds_cluster_impl_lb->drop_stats_), in Picker()299 if (drop_stats_ != nullptr) drop_stats_->AddCallDropped(*drop_category); in Pick()310 if (drop_stats_ != nullptr) drop_stats_->AddUncategorizedDrops(); in Pick()331 if (drop_stats_ != nullptr) { // If load reporting is enabled. in Pick()411 drop_stats_.reset(); in ShutdownLocked()436 drop_stats_ = xds_client_->AddClusterDropStats( in UpdateLocked()