Home
last modified time | relevance | path

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

/external/rust/crates/grpcio-sys/grpc/src/core/ext/xds/
Dxds_client_stats.cc84 void XdsClusterDropStats::AddUncategorizedDrops() { in AddUncategorizedDrops() function in grpc_core::XdsClusterDropStats
Dxds_client_stats.h139 void AddUncategorizedDrops();
/external/rust/crates/grpcio-sys/grpc/src/core/ext/filters/client_channel/lb_policy/xds/
Dxds_cluster_impl.cc310 if (drop_stats_ != nullptr) drop_stats_->AddUncategorizedDrops(); in Pick()