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