Searched defs:Counter (Results 1 – 9 of 9) sorted by relevance
97 struct Counter { in TEST() struct98 explicit Counter(EventCount* count) : mCount(count) { mCount->construct++; } in TEST() argument100 Counter(const Counter& other) : mCount(other.mCount) { in TEST() argument104 Counter(Counter&& other) : mCount(other.mCount) { in TEST() argument109 Counter& operator=(const Counter& other) { in TEST()115 Counter& operator=(Counter&& other) { in TEST()122 ~Counter() { in TEST()126 EventCount* mCount; in TEST()
218 struct Counter { struct219 inline Counter() : value(-1) {} in Counter() argument223 Mutexed<Counter> mCount; argument
47 message Counter { message
108 class Counter { class111 explicit Counter(int32_t initCount) : mCount(initCount) {} in Counter() function in android::Counter
529 unsigned Counter = 0; in IncorporateFunctionInfoGlobalBBIDs() local
427 public static abstract class Counter { class in BatteryStats430 public Counter() {} in Counter() method in BatteryStats.Counter
1338 public static class Counter extends BatteryStats.Counter implements TimeBaseObs { class in BatteryStatsImpl1343 public Counter(TimeBase timeBase, Parcel in) { in Counter() method in BatteryStatsImpl.Counter1349 public Counter(TimeBase timeBase) { in Counter() method in BatteryStatsImpl.Counter