Searched defs:CountedObject (Results 1 – 6 of 6) sorted by relevance
61 class CountedObject { class63 explicit CountedObject(int id) : id_(id) { ++count_; } in CountedObject() function in __anon7a9be9560111::CountedObject
56 class CountedObject { class58 explicit CountedObject(int id) : id_(id) { ++count_; } in CountedObject() function in __anonf551ec9d0111::CountedObject
50 class CountedObject { class52 explicit CountedObject(int id) : id_(id) { ++count_; } in CountedObject() function in __anon4f0f504a0111::CountedObject
55 class CountedObject { class57 explicit CountedObject(int id) : id_(id) { ++count_; } in CountedObject() function in __anon0df967ed0111::CountedObject
1170 class CountedObject(object): class
2392 class CountedObject(object): class