Searched refs:test_b34 (Results 1 – 2 of 2) sorted by relevance
113 void test_b34(Functor&& f) { in test_b34() function228 test_b34<int&>(cl); in bullet_three_four_tests()229 test_b34<int const&>(static_cast<Fn const&>(cl)); in bullet_three_four_tests()233 test_b34<int&&>(static_cast<Fn &&>(cl)); in bullet_three_four_tests()241 test_b34<int&>(cl); in bullet_three_four_tests()242 test_b34<int const&>(static_cast<Fn const&>(cl)); in bullet_three_four_tests()246 test_b34<int&&>(static_cast<Fn &&>(cl)); in bullet_three_four_tests()254 test_b34<int&>(std::reference_wrapper<Fn>(cl)); in bullet_three_four_tests()262 test_b34<int&>(std::reference_wrapper<Fn>(cl)); in bullet_three_four_tests()271 test_b34<int&>(cl); in bullet_three_four_tests()[all …]
110 constexpr void test_b34(Functor&& f) { in test_b34() function206 test_b34<int&>(cl); in bullet_three_four_tests()207 test_b34<int const&>(static_cast<Fn const&>(cl)); in bullet_three_four_tests()209 test_b34<int&&>(static_cast<Fn &&>(cl)); in bullet_three_four_tests()215 test_b34<int&>(cl); in bullet_three_four_tests()216 test_b34<int const&>(static_cast<Fn const&>(cl)); in bullet_three_four_tests()218 test_b34<int&&>(static_cast<Fn &&>(cl)); in bullet_three_four_tests()224 test_b34<int&>(std::reference_wrapper<Fn>(cl)); in bullet_three_four_tests()230 test_b34<int&>(std::reference_wrapper<Fn>(cl)); in bullet_three_four_tests()237 test_b34<int&>(cl); in bullet_three_four_tests()[all …]