Home
last modified time | relevance | path

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

/aosp_15_r20/external/google-breakpad/src/processor/
H A Daddress_map_unittest.cc61 class CountedObject { class
63 explicit CountedObject(int id) : id_(id) { ++count_; } in CountedObject() function in __anon7a9be9560111::CountedObject
H A Drange_map_unittest.cc56 class CountedObject { class
58 explicit CountedObject(int id) : id_(id) { ++count_; } in CountedObject() function in __anonf551ec9d0111::CountedObject
H A Drange_map_truncate_lower_unittest.cc50 class CountedObject { class
52 explicit CountedObject(int id) : id_(id) { ++count_; } in CountedObject() function in __anon4f0f504a0111::CountedObject
H A Drange_map_truncate_upper_unittest.cc55 class CountedObject { class
57 explicit CountedObject(int id) : id_(id) { ++count_; } in CountedObject() function in __anon0df967ed0111::CountedObject
/aosp_15_r20/external/python/cpython2/Lib/test/
Dtest_multiprocessing.py1170 class CountedObject(object): class
/aosp_15_r20/external/python/cpython3/Lib/test/
D_test_multiprocessing.py2392 class CountedObject(object): class