Home
last modified time | relevance | path

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

/external/rust/crates/grpcio-sys/grpc/src/core/ext/filters/client_channel/lb_policy/xds/
Dxds_cluster_impl.cc216 RefCountedPtr<XdsClusterDropStats> drop_stats_; member in grpc_core::__anonff2650950111::XdsClusterImplLb::Picker
265 RefCountedPtr<XdsClusterDropStats> drop_stats_; member in grpc_core::__anonff2650950111::XdsClusterImplLb
286 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()