Searched defs:Counter (Results 1 – 8 of 8) 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() 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()
188 struct Counter { struct189 inline Counter() : value(-1) {} in Counter() argument193 Mutexed<Counter> mCount; argument
47 message Counter { message
529 unsigned Counter = 0; in IncorporateFunctionInfoGlobalBBIDs() local
412 public static abstract class Counter { class in BatteryStats415 public Counter() { in Counter() method in BatteryStats.Counter
1334 public static class Counter extends BatteryStats.Counter implements TimeBaseObs { class in BatteryStatsImpl1339 public Counter(TimeBase timeBase, Parcel in) { in Counter() method in BatteryStatsImpl.Counter1345 public Counter(TimeBase timeBase) { in Counter() method in BatteryStatsImpl.Counter