Home
last modified time | relevance | path

Searched defs:CallCounter (Results 1 – 4 of 4) sorted by relevance

/external/pigweed/pw_async/
Dfake_dispatcher_test.cc48 struct CallCounter { struct
49 CallCounts counts;
50 auto fn() { in fn()
/external/rust/crates/grpcio-sys/grpc/src/core/ext/filters/client_channel/lb_policy/xds/
Dxds_cluster_impl.cc86 class CallCounter : public RefCounted<CallCounter> { class in grpc_core::__anon7b6b8e290111::CircuitBreakerCallCounterMap
88 explicit CallCounter(Key key) : key_(std::move(key)) {} in CallCounter() function in grpc_core::__anon7b6b8e290111::CircuitBreakerCallCounterMap::CallCounter
/external/grpc-grpc/src/core/load_balancing/xds/
Dxds_cluster_impl.cc94 class CallCounter final : public RefCounted<CallCounter> { class in grpc_core::__anon50e0c6680111::CircuitBreakerCallCounterMap
96 explicit CallCounter(Key key) : key_(std::move(key)) {} in CallCounter() function in grpc_core::__anon50e0c6680111::CircuitBreakerCallCounterMap::CallCounter
/external/grpc-grpc-java/core/src/main/java/io/grpc/util/
DOutlierDetectionLoadBalancer.java590 private static class CallCounter { class in OutlierDetectionLoadBalancer.AddressTracker