Searched refs:test_for_each_impl (Results 1 – 2 of 2) sorted by relevance
40 void test_for_each_impl( Range1& rng1, Range2& rng2 ) in test_for_each_impl() function52 void test_for_each_impl(const int max_count) in test_for_each_impl() function62 test_for_each_impl(c1, c2); in test_for_each_impl()67 test_for_each_impl(c1, const_c2); in test_for_each_impl()68 test_for_each_impl(const_c1, c2); in test_for_each_impl()69 test_for_each_impl(const_c1, const_c2); in test_for_each_impl()73 void test_for_each_impl() in test_for_each_impl() function75 test_for_each_impl< Collection1, Collection2 >(0); in test_for_each_impl()76 test_for_each_impl< Collection1, Collection2 >(1); in test_for_each_impl()77 test_for_each_impl< Collection1, Collection2 >(10); in test_for_each_impl()[all …]
36 void test_for_each_impl( SinglePassRange rng ) in test_for_each_impl() function62 test_for_each_impl(cont); in test_for_each_t()66 test_for_each_impl(cont); in test_for_each_t()70 test_for_each_impl(cont); in test_for_each_t()76 test_for_each_impl(a); in test_for_each()