Searched defs:Counter (Results 1 – 11 of 11) sorted by relevance
97 struct Counter { in TEST() struct98 explicit Counter(EventCount* count) : mCount(count) { mCount->construct++; } in TEST() function100 Counter(const Counter& other) : mCount(other.mCount) { in TEST() function104 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()
242 struct Counter { struct243 inline Counter() : value(-1) {} in Counter() function247 Mutexed<Counter> mCount; argument
47 message Counter { message
140 class Counter { class in NetdUtilsTest
108 class Counter { class111 explicit Counter(int32_t initCount) : mCount(initCount) {} in Counter() function in android::Counter
529 unsigned Counter = 0; in IncorporateFunctionInfoGlobalBBIDs() local
436 public static abstract class Counter { class in BatteryStats439 public Counter() {} in Counter() method in BatteryStats.Counter
1894 public static class Counter extends BatteryStats.Counter implements TimeBaseObs { class in BatteryStatsImpl1899 public Counter(TimeBase timeBase, Parcel in) { in Counter() method in BatteryStatsImpl.Counter1905 public Counter(TimeBase timeBase) { in Counter() method in BatteryStatsImpl.Counter
18594 message Counter { message