Searched defs:counter_type (Results 1 - 6 of 6) sorted by relevance

/haiku-buildtools/gcc/libstdc++-v3/testsuite/util/
H A Dtestsuite_counter_type.h27 struct counter_type struct in namespace:__gnu_test
43 counter_type() : val(0) function in struct:__gnu_test::counter_type
46 counter_type(int inval) : val(inval) function in struct:__gnu_test::counter_type
49 counter_type(const counter_type& in) : val(in.val) function in struct:__gnu_test::counter_type
[all...]
H A Dtestsuite_allocator.cc27 typedef tracker_allocator_counter counter_type; typedef in namespace:__gnu_test
[all...]
H A Dtestsuite_allocator.h101 typedef tracker_allocator_counter counter_type; typedef in class:__gnu_test::tracker_allocator
/haiku-buildtools/gcc/libstdc++-v3/testsuite/util/performance/priority_queue/mem_usage/
H A Dpop_test.hpp88 typedef __gnu_test::tracker_allocator_counter counter_type; typedef
/haiku-buildtools/gcc/libstdc++-v3/testsuite/util/performance/assoc/mem_usage/
H A Dmultimap_insert_test.hpp109 typedef __gnu_test::tracker_allocator_counter counter_type; typedef
128 typedef __gnu_test::tracker_allocator_counter counter_type; typedef
[all...]
H A Derase_test.hpp89 typedef __gnu_test::tracker_allocator_counter counter_type; typedef

Completed in 100 milliseconds