Home
last modified time | relevance | path

Searched refs:run_d_ary_heap_test (Results 1 – 1 of 1) sorted by relevance

/third_party/boost/libs/heap/test/
Dd_ary_heap_test.cpp27 void run_d_ary_heap_test(void) in run_d_ary_heap_test() function
64 run_d_ary_heap_test<2, false>(); in BOOST_AUTO_TEST_CASE()
65 run_d_ary_heap_test<3, false>(); in BOOST_AUTO_TEST_CASE()
66 run_d_ary_heap_test<4, false>(); in BOOST_AUTO_TEST_CASE()
67 run_d_ary_heap_test<5, false>(); in BOOST_AUTO_TEST_CASE()
72 run_d_ary_heap_test<2, true>(); in BOOST_AUTO_TEST_CASE()
73 run_d_ary_heap_test<3, true>(); in BOOST_AUTO_TEST_CASE()
74 run_d_ary_heap_test<4, true>(); in BOOST_AUTO_TEST_CASE()
75 run_d_ary_heap_test<5, true>(); in BOOST_AUTO_TEST_CASE()