Home
last modified time | relevance | path

Searched defs:CountedObject (Results 1 – 6 of 6) 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 __anoncf2a2ac70111::CountedObject
Drange_map_truncate_upper_unittest.cc52 class CountedObject { class
54 explicit CountedObject(int id) : id_(id) { ++count_; } in CountedObject() function in __anon4f42b8fe0111::CountedObject
Drange_map_unittest.cc54 class CountedObject { class
56 explicit CountedObject(int id) : id_(id) { ++count_; } in CountedObject() function in __anon35cf1dce0111::CountedObject
Drange_map_truncate_lower_unittest.cc47 class CountedObject { class
49 explicit CountedObject(int id) : id_(id) { ++count_; } in CountedObject() function in __anon9058a15b0111::CountedObject
/external/python/cpython2/Lib/test/
Dtest_multiprocessing.py1170 class CountedObject(object): class
/external/python/cpython3/Lib/test/
D_test_multiprocessing.py2314 class CountedObject(object): class