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 __anon1482325f0111::CountedObject
54 class CountedObject { class56 explicit CountedObject(int id) : id_(id) { ++count_; } in CountedObject() function in __anon75d05f660111::CountedObject