Searched refs:CallCounter (Results 1 – 1 of 1) sorted by relevance
54 class CallCounter : public RefCounted<CallCounter> { class in grpc_core::__anonff2650950111::CircuitBreakerCallCounterMap56 explicit CallCounter(Key key) : key_(std::move(key)) {} in CallCounter() function in grpc_core::__anonff2650950111::CircuitBreakerCallCounterMap::CallCounter57 ~CallCounter() override;67 RefCountedPtr<CallCounter> GetOrCreate(const std::string& cluster,72 std::map<Key, CallCounter*> map_;77 RefCountedPtr<CircuitBreakerCallCounterMap::CallCounter>81 RefCountedPtr<CallCounter> result; in GetOrCreate()90 result = MakeRefCounted<CallCounter>(std::move(key)); in GetOrCreate()96 CircuitBreakerCallCounterMap::CallCounter::~CallCounter() { in ~CallCounter()212 RefCountedPtr<CircuitBreakerCallCounterMap::CallCounter> call_counter_;[all …]