Searched defs:CallCounter (Results 1 – 4 of 4) sorted by relevance
47 struct CallCounter { struct48 CallCounts counts;49 auto fn() { in fn()
86 class CallCounter : public RefCounted<CallCounter> { class in grpc_core::__anone049a72f0111::CircuitBreakerCallCounterMap88 explicit CallCounter(Key key) : key_(std::move(key)) {} in CallCounter() function in grpc_core::__anone049a72f0111::CircuitBreakerCallCounterMap::CallCounter
94 class CallCounter final : public RefCounted<CallCounter> { class in grpc_core::__anond07a180a0111::CircuitBreakerCallCounterMap96 explicit CallCounter(Key key) : key_(std::move(key)) {} in CallCounter() function in grpc_core::__anond07a180a0111::CircuitBreakerCallCounterMap::CallCounter
590 private static class CallCounter { class in OutlierDetectionLoadBalancer.AddressTracker