Searched refs:native_t (Results 1 - 8 of 8) sorted by relevance

/haiku-buildtools/gcc/libstdc++-v3/testsuite/performance/ext/pb_ds/
H A Dall_int_subscript_find.cc86 typedef native_hash_map<int, size_t> native_t; typedef
87 tst(native_t());
91 typedef native_map< int, size_t> native_t; typedef
92 tst(native_t());
H A Dall_int_find.cc74 typedef native_hash_map< int, char> native_t; typedef
75 tst(native_t());
79 typedef native_map< int, char> native_t; typedef
80 tst(native_t());
H A Dall_int_subscript_insert.cc86 typedef native_hash_map< int, size_t> native_t; typedef
87 tst(native_t());
91 typedef native_map< int, size_t> native_t; typedef
92 tst(native_t());
H A Dmultimap_text_insert.hpp95 typedef native_hash_multimap<std::string, int, 8, string_hash_fn> native_t; typedef
98 tst(native_t());
102 typedef native_multimap<std::string, int> native_t; typedef
105 tst(native_t());
H A Dmultimap_text_find.hpp97 typedef native_hash_multimap<std::string, int, 8, string_hash_fn> native_t; typedef
100 tst(native_t());
104 typedef native_multimap<std::string, int> native_t; typedef
107 tst(native_t());
H A Dmultimap_text_insert_mem.hpp108 typedef native_multimap<string_t, int, std::less<string_t>, alloc_t> native_t; typedef
109 tst(native_t());
121 native_t; typedef
123 tst(native_t());
H A Dhash_int_erase_mem.cc87 typedef native_hash_set<int, 8, int_hash, std::equal_to<int>, std::less<int>, alloc_t> native_t; typedef
89 tst(native_t());
H A Dhash_zlob_int_find.cc78 typedef native_hash_map<int, char> native_t; typedef
79 tst(native_t());

Completed in 47 milliseconds