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