Home
last modified time | relevance | path

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

/external/rust/crates/grpcio-sys/grpc/src/core/ext/xds/
Dxds_client_stats.cc44 XdsClusterDropStats::XdsClusterDropStats(RefCountedPtr<XdsClient> xds_client, in XdsClusterDropStats() function in grpc_core::XdsClusterDropStats
63 XdsClusterDropStats::~XdsClusterDropStats() { in ~XdsClusterDropStats()
76 XdsClusterDropStats::Snapshot XdsClusterDropStats::GetSnapshotAndReset() { in GetSnapshotAndReset()
84 void XdsClusterDropStats::AddUncategorizedDrops() { in AddUncategorizedDrops()
88 void XdsClusterDropStats::AddCallDropped(const std::string& category) { in AddCallDropped()
Dxds_client_stats.h102 class XdsClusterDropStats : public RefCounted<XdsClusterDropStats> {
130 XdsClusterDropStats(RefCountedPtr<XdsClient> xds_client,
134 ~XdsClusterDropStats() override;
Dxds_client.h165 RefCountedPtr<XdsClusterDropStats> AddClusterDropStats(
171 XdsClusterDropStats* cluster_drop_stats);
282 XdsClusterDropStats* drop_stats = nullptr;
283 XdsClusterDropStats::Snapshot deleted_drop_stats;
Dxds_api.h403 XdsClusterDropStats::Snapshot dropped_requests;
Dxds_client.cc1970 RefCountedPtr<XdsClusterDropStats> XdsClient::AddClusterDropStats( in AddClusterDropStats()
1985 RefCountedPtr<XdsClusterDropStats> cluster_drop_stats; in AddClusterDropStats()
1994 cluster_drop_stats = MakeRefCounted<XdsClusterDropStats>( in AddClusterDropStats()
2007 XdsClusterDropStats* cluster_drop_stats) { in RemoveClusterDropStats()
/external/rust/crates/grpcio-sys/grpc/src/core/ext/filters/client_channel/lb_policy/xds/
Dxds_cluster_impl.cc216 RefCountedPtr<XdsClusterDropStats> drop_stats_;
265 RefCountedPtr<XdsClusterDropStats> drop_stats_;