Searched defs:ArrayCounter (Results 1 – 1 of 1) sorted by relevance
122 struct ArrayCounter { struct127 ArrayCounter() : value{0} {} in ArrayCounter() argument129 void increment() { in increment()135 bool value_is(long expected_value) const { in value_is()