Searched refs:find_test (Results 1 - 5 of 5) sorted by relevance

/haiku-buildtools/gcc/libstdc++-v3/testsuite/performance/ext/pb_ds/
H A Dtree_text_lor_find.cc41 #include <performance/assoc/timing/find_test.hpp>
68 typedef find_test<vec_t::const_iterator, true> test_t;
H A Dhash_zlob_int_find.cc43 #include <performance/assoc/timing/find_test.hpp>
75 typedef find_test<vec_t::const_iterator> test_t;
H A Dall_int_find.cc44 #include <performance/assoc/timing/find_test.hpp>
71 typedef find_test< vec_t::const_iterator> test_t;
H A Dall_text_find.cc41 #include <performance/assoc/timing/find_test.hpp>
68 typedef find_test<vec_t::const_iterator, false> test_t;
/haiku-buildtools/gcc/libstdc++-v3/testsuite/util/performance/assoc/timing/
H A Dfind_test.hpp33 * @file find_test.hpp
104 class find_test : private __gnu_pbds::test::detail::timing_test_base class in namespace:__gnu_pbds::test
107 find_test(It ins_b, It fnd_it_b, size_t ins_vn, size_t ins_vs, function in class:__gnu_pbds::test::find_test
118 find_test(const find_test& );
134 find_test<It, LOR>::

Completed in 90 milliseconds