Home
last modified time | relevance | path

Searched defs:CountedObject (Results 1 – 4 of 4) sorted by relevance

/external/google-breakpad/src/processor/
Daddress_map_unittest.cc58 class CountedObject { class
60 explicit CountedObject(int id) : id_(id) { ++count_; } in CountedObject() function in __anonb1a9856b0111::CountedObject
Drange_map_unittest.cc54 class CountedObject { class
56 explicit CountedObject(int id) : id_(id) { ++count_; } in CountedObject() function in __anon5eaf7f720111::CountedObject
/external/python/cpython2/Lib/test/
Dtest_multiprocessing.py1170 class CountedObject(object): class
/external/python/cpython3/Lib/test/
D_test_multiprocessing.py2310 class CountedObject(object): class