Searched refs:CounterType (Results 1 – 5 of 5) sorted by relevance
47 enum CounterType { enum55 explicit Counter(const char* name, CounterType type = Gauge);67 CounterType GetType();68 VIXL_DEPRECATED("GetType", CounterType type()) { return GetType(); }74 CounterType type_;
32 Counter::Counter(const char* name, CounterType type) in Counter()68 CounterType Counter::GetType() { return type_; } in GetType()73 CounterType type;
27 enum CounterType { enum35 explicit Counter(const char* name, CounterType type = Gauge);43 CounterType type();49 CounterType type_;
10 Counter::Counter(const char* name, CounterType type) in Counter()54 CounterType Counter::type() { in type()61 CounterType type;
137 using CounterType =163 CounterType getLookupCount() const { return LookupCount; } in getLookupCount()181 CounterType LookupCount = 0;