Searched defs:Counter (Results 1 – 10 of 10) 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() function109 Counter& operator=(const Counter& other) { in TEST()115 Counter& operator=(Counter&& other) { in TEST()122 ~Counter() { in TEST()126 EventCount* mCount; in TEST()
220 struct Counter { struct221 inline Counter() : value(-1) {} in Counter() function225 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
429 public static abstract class Counter { class in BatteryStats432 public Counter() {} in Counter() method in BatteryStats.Counter
1459 public static class Counter extends BatteryStats.Counter implements TimeBaseObs { class in BatteryStatsImpl1464 public Counter(TimeBase timeBase, Parcel in) { in Counter() method in BatteryStatsImpl.Counter1470 public Counter(TimeBase timeBase) { in Counter() method in BatteryStatsImpl.Counter
15924 message Counter { message