Searched defs:CountedObject (Results 1 – 2 of 2) sorted by relevance
58 class CountedObject { class60 explicit CountedObject(int id) : id_(id) { ++count_; } in CountedObject() function in __anon7030a3a00111::CountedObject
54 class CountedObject { class56 explicit CountedObject(int id) : id_(id) { ++count_; } in CountedObject() function in __anon48ff8c670111::CountedObject