Home
last modified time | relevance | path

Searched refs:tuple_for_each (Results 1 – 25 of 218) sorted by relevance

123456789

/dports/devel/boost-docs/boost_1_72_0/libs/hof/test/
H A Dtuple_for_each.cpp22 BOOST_HOF_STATIC_FUNCTION(tuple_for_each) = tuple_for_each_f{}; in BOOST_HOF_STATIC_FUNCTION() argument
31 tuple_for_each( tp, [&]( int x ){ s = s * 10 + x; } ); in BOOST_HOF_TEST_CASE()
51 tuple_for_each( tp, [&]( int x ){ s = s * 10 + x; } ); in BOOST_HOF_TEST_CASE()
85 tuple_for_each( tp, [&]( int x ){ s = s * 10 + x; } ); in BOOST_HOF_TEST_CASE()
105 tuple_for_each( tp, [&]( int x ){ s = s * 10 + x; } ); in BOOST_HOF_TEST_CASE()
126 tuple_for_each( tp, [&]( int x ){ s = s * 10 + x; } ); in BOOST_HOF_TEST_CASE()
146 tuple_for_each( tp, [&]( int x ){ s = s * 10 + x; } ); in BOOST_HOF_TEST_CASE()
166 tuple_for_each( tp, [&]( int x ){ s = s * 10 + x; } ); in BOOST_HOF_TEST_CASE()
186 tuple_for_each( tp, [&]( int x ){ s = s * 10 + x; } ); in BOOST_HOF_TEST_CASE()
203 BOOST_HOF_TEST_CHECK( tuple_for_each( tp, 11 ) == 11 ); in BOOST_HOF_TEST_CASE()
[all …]
/dports/devel/boost-python-libs/boost_1_72_0/libs/hof/test/
H A Dtuple_for_each.cpp22 BOOST_HOF_STATIC_FUNCTION(tuple_for_each) = tuple_for_each_f{}; in BOOST_HOF_STATIC_FUNCTION() argument
31 tuple_for_each( tp, [&]( int x ){ s = s * 10 + x; } ); in BOOST_HOF_TEST_CASE()
51 tuple_for_each( tp, [&]( int x ){ s = s * 10 + x; } ); in BOOST_HOF_TEST_CASE()
85 tuple_for_each( tp, [&]( int x ){ s = s * 10 + x; } ); in BOOST_HOF_TEST_CASE()
105 tuple_for_each( tp, [&]( int x ){ s = s * 10 + x; } ); in BOOST_HOF_TEST_CASE()
126 tuple_for_each( tp, [&]( int x ){ s = s * 10 + x; } ); in BOOST_HOF_TEST_CASE()
146 tuple_for_each( tp, [&]( int x ){ s = s * 10 + x; } ); in BOOST_HOF_TEST_CASE()
166 tuple_for_each( tp, [&]( int x ){ s = s * 10 + x; } ); in BOOST_HOF_TEST_CASE()
186 tuple_for_each( tp, [&]( int x ){ s = s * 10 + x; } ); in BOOST_HOF_TEST_CASE()
203 BOOST_HOF_TEST_CHECK( tuple_for_each( tp, 11 ) == 11 ); in BOOST_HOF_TEST_CASE()
[all …]
/dports/devel/boost-libs/boost_1_72_0/libs/hof/test/
H A Dtuple_for_each.cpp22 BOOST_HOF_STATIC_FUNCTION(tuple_for_each) = tuple_for_each_f{}; in BOOST_HOF_STATIC_FUNCTION() argument
31 tuple_for_each( tp, [&]( int x ){ s = s * 10 + x; } ); in BOOST_HOF_TEST_CASE()
51 tuple_for_each( tp, [&]( int x ){ s = s * 10 + x; } ); in BOOST_HOF_TEST_CASE()
85 tuple_for_each( tp, [&]( int x ){ s = s * 10 + x; } ); in BOOST_HOF_TEST_CASE()
105 tuple_for_each( tp, [&]( int x ){ s = s * 10 + x; } ); in BOOST_HOF_TEST_CASE()
126 tuple_for_each( tp, [&]( int x ){ s = s * 10 + x; } ); in BOOST_HOF_TEST_CASE()
146 tuple_for_each( tp, [&]( int x ){ s = s * 10 + x; } ); in BOOST_HOF_TEST_CASE()
166 tuple_for_each( tp, [&]( int x ){ s = s * 10 + x; } ); in BOOST_HOF_TEST_CASE()
186 tuple_for_each( tp, [&]( int x ){ s = s * 10 + x; } ); in BOOST_HOF_TEST_CASE()
203 BOOST_HOF_TEST_CHECK( tuple_for_each( tp, 11 ) == 11 ); in BOOST_HOF_TEST_CASE()
[all …]
/dports/devel/hyperscan/boost_1_75_0/libs/hof/test/
H A Dtuple_for_each.cpp22 BOOST_HOF_STATIC_FUNCTION(tuple_for_each) = tuple_for_each_f{}; in BOOST_HOF_STATIC_FUNCTION() argument
31 tuple_for_each( tp, [&]( int x ){ s = s * 10 + x; } ); in BOOST_HOF_TEST_CASE()
51 tuple_for_each( tp, [&]( int x ){ s = s * 10 + x; } ); in BOOST_HOF_TEST_CASE()
85 tuple_for_each( tp, [&]( int x ){ s = s * 10 + x; } ); in BOOST_HOF_TEST_CASE()
105 tuple_for_each( tp, [&]( int x ){ s = s * 10 + x; } ); in BOOST_HOF_TEST_CASE()
126 tuple_for_each( tp, [&]( int x ){ s = s * 10 + x; } ); in BOOST_HOF_TEST_CASE()
146 tuple_for_each( tp, [&]( int x ){ s = s * 10 + x; } ); in BOOST_HOF_TEST_CASE()
166 tuple_for_each( tp, [&]( int x ){ s = s * 10 + x; } ); in BOOST_HOF_TEST_CASE()
186 tuple_for_each( tp, [&]( int x ){ s = s * 10 + x; } ); in BOOST_HOF_TEST_CASE()
203 BOOST_HOF_TEST_CHECK( tuple_for_each( tp, 11 ) == 11 ); in BOOST_HOF_TEST_CASE()
[all …]
/dports/devel/boost-docs/boost_1_72_0/libs/mp11/test/
H A Dtuple_for_each.cpp23 using boost::mp11::tuple_for_each; in main()
31 tuple_for_each( tp, [&]( int x ){ s = s * 10 + x; } ); in main()
51 tuple_for_each( tp, [&]( int x ){ s = s * 10 + x; } ); in main()
86 tuple_for_each( tp, [&]( int x ){ s = s * 10 + x; } ); in main()
106 tuple_for_each( tp, [&]( int x ){ s = s * 10 + x; } ); in main()
126 tuple_for_each( tp, [&]( int x ){ s = s * 10 + x; } ); in main()
146 tuple_for_each( tp, [&]( int x ){ s = s * 10 + x; } ); in main()
163 BOOST_TEST_EQ( tuple_for_each( tp, 11 ), 11 ); in main()
164 BOOST_TEST_EQ( tuple_for_each( std::move( tp ), 12 ), 12 ); in main()
170 BOOST_TEST_EQ( tuple_for_each( tp, 11 ), 11 ); in main()
[all …]
/dports/devel/boost-python-libs/boost_1_72_0/libs/mp11/test/
H A Dtuple_for_each.cpp23 using boost::mp11::tuple_for_each; in main()
31 tuple_for_each( tp, [&]( int x ){ s = s * 10 + x; } ); in main()
51 tuple_for_each( tp, [&]( int x ){ s = s * 10 + x; } ); in main()
86 tuple_for_each( tp, [&]( int x ){ s = s * 10 + x; } ); in main()
106 tuple_for_each( tp, [&]( int x ){ s = s * 10 + x; } ); in main()
126 tuple_for_each( tp, [&]( int x ){ s = s * 10 + x; } ); in main()
146 tuple_for_each( tp, [&]( int x ){ s = s * 10 + x; } ); in main()
163 BOOST_TEST_EQ( tuple_for_each( tp, 11 ), 11 ); in main()
164 BOOST_TEST_EQ( tuple_for_each( std::move( tp ), 12 ), 12 ); in main()
170 BOOST_TEST_EQ( tuple_for_each( tp, 11 ), 11 ); in main()
[all …]
/dports/devel/boost-libs/boost_1_72_0/libs/mp11/test/
H A Dtuple_for_each.cpp23 using boost::mp11::tuple_for_each; in main()
31 tuple_for_each( tp, [&]( int x ){ s = s * 10 + x; } ); in main()
51 tuple_for_each( tp, [&]( int x ){ s = s * 10 + x; } ); in main()
86 tuple_for_each( tp, [&]( int x ){ s = s * 10 + x; } ); in main()
106 tuple_for_each( tp, [&]( int x ){ s = s * 10 + x; } ); in main()
126 tuple_for_each( tp, [&]( int x ){ s = s * 10 + x; } ); in main()
146 tuple_for_each( tp, [&]( int x ){ s = s * 10 + x; } ); in main()
163 BOOST_TEST_EQ( tuple_for_each( tp, 11 ), 11 ); in main()
164 BOOST_TEST_EQ( tuple_for_each( std::move( tp ), 12 ), 12 ); in main()
170 BOOST_TEST_EQ( tuple_for_each( tp, 11 ), 11 ); in main()
[all …]
/dports/devel/hyperscan/boost_1_75_0/libs/mp11/test/
H A Dtuple_for_each.cpp23 using boost::mp11::tuple_for_each; in main()
31 tuple_for_each( tp, [&]( int x ){ s = s * 10 + x; } ); in main()
51 tuple_for_each( tp, [&]( int x ){ s = s * 10 + x; } ); in main()
86 tuple_for_each( tp, [&]( int x ){ s = s * 10 + x; } ); in main()
106 tuple_for_each( tp, [&]( int x ){ s = s * 10 + x; } ); in main()
126 tuple_for_each( tp, [&]( int x ){ s = s * 10 + x; } ); in main()
146 tuple_for_each( tp, [&]( int x ){ s = s * 10 + x; } ); in main()
163 BOOST_TEST_EQ( tuple_for_each( tp, 11 ), 11 ); in main()
164 BOOST_TEST_EQ( tuple_for_each( std::move( tp ), 12 ), 12 ); in main()
170 BOOST_TEST_EQ( tuple_for_each( tp, 11 ), 11 ); in main()
[all …]
/dports/devel/libsigc++30/libsigc++-3.0.7/tests/
H A Dtest_tuple_for_each.cc39 sigc::internal::tuple_for_each<for_each_simple>(t_original); in test_tuple_for_each_same_types()
44 sigc::internal::tuple_for_each<for_each_simple>(t_original); in test_tuple_for_each_same_types()
64 sigc::internal::tuple_for_each<for_each_simple_with_extras>(t_original, 89, "eightynine"); in test_tuple_for_each_same_types_with_extras()
82 sigc::internal::tuple_for_each<for_each_simple_with_nonconst_extras>(t_original, extra); in test_tuple_for_each_same_types_with_nonconst_extras()
142 sigc::internal::tuple_for_each<visitor_with_specializations>(t_original); in test_tuple_for_each_multiple_types()
160 sigc::internal::tuple_for_each<for_each_nonconst, decltype(t)&>(t); in test_tuple_for_each_nonconst()
175 sigc::internal::tuple_for_each<for_each_simple>(t_original); in test_tuple_for_each_stdref()
183 sigc::internal::tuple_for_each<for_each_nonconst>(t_original); in test_tuple_for_each_stdref()
208 sigc::internal::tuple_for_each<for_each_correct_sequence>(t); in test_tuple_for_each_correct_sequence()
217 sigc::internal::tuple_for_each<for_each_simple>(t); in test_tuple_for_each_empty_tuple()
[all …]
/dports/math/heyoka/heyoka-0.16.0/test/
H A Dtaylor_t_event.cpp220 tuple_for_each(btup, inner); in __anon6ee57fa20202()
223 tuple_for_each(fp_types, tester);
355 tuple_for_each(fp_types, [&tester, f, cm](auto x) { tester(x, 0, f, cm); }); in __anon6ee57fa20f02()
356 tuple_for_each(fp_types, [&tester, f, cm](auto x) { tester(x, 1, f, cm); }); in __anon6ee57fa21002()
357 tuple_for_each(fp_types, [&tester, f, cm](auto x) { tester(x, 2, f, cm); }); in __anon6ee57fa21102()
358 tuple_for_each(fp_types, [&tester, f, cm](auto x) { tester(x, 3, f, cm); }); in __anon6ee57fa21202()
414 tuple_for_each(fp_types, [&tester, f, cm](auto x) { tester(x, 0, f, cm); }); in __anon6ee57fa21402()
415 tuple_for_each(fp_types, [&tester, f, cm](auto x) { tester(x, 1, f, cm); }); in __anon6ee57fa21502()
416 tuple_for_each(fp_types, [&tester, f, cm](auto x) { tester(x, 2, f, cm); }); in __anon6ee57fa21602()
417 tuple_for_each(fp_types, [&tester, f, cm](auto x) { tester(x, 3, f, cm); }); in __anon6ee57fa21702()
[all …]
H A Dtaylor_nt_event.cpp159 tuple_for_each(fp_types, [&tester, f, cm](auto x) { tester(x, 0, f, cm); }); in __anon3462b2d00502()
160 tuple_for_each(fp_types, [&tester, f, cm](auto x) { tester(x, 1, f, cm); }); in __anon3462b2d00602()
161 tuple_for_each(fp_types, [&tester, f, cm](auto x) { tester(x, 2, f, cm); }); in __anon3462b2d00702()
162 tuple_for_each(fp_types, [&tester, f, cm](auto x) { tester(x, 3, f, cm); }); in __anon3462b2d00802()
226 tuple_for_each(btup, inner); in __anon3462b2d00902()
229 tuple_for_each(fp_types, tester);
289 tuple_for_each(fp_types, [&tester](auto x) { tester(x); }); in __anon3462b2d01502()
577 tuple_for_each(fp_types, [&tester, f, cm](auto x) { tester(x, 0, f, cm); }); in __anon3462b2d01f02()
578 tuple_for_each(fp_types, [&tester, f, cm](auto x) { tester(x, 1, f, cm); }); in __anon3462b2d02002()
579 tuple_for_each(fp_types, [&tester, f, cm](auto x) { tester(x, 2, f, cm); }); in __anon3462b2d02102()
[all …]
/dports/devel/libsigc++30/libsigc++-3.0.7/sigc++/tuple-utils/
H A Dtuple_for_each.h36 constexpr static void tuple_for_each(T&& t, T_extras&&... extras) in tuple_for_each() function
48 tuple_for_each_impl<T_visitor, size_from_index - 1, T_extras...>::tuple_for_each( in tuple_for_each()
57 constexpr static void tuple_for_each(T&& t, T_extras&&... extras)
76 constexpr static void tuple_for_each(T&& /* t */, T_extras&&... /* extras */)
97 tuple_for_each(T&& t, T_extras&&... extras)
104 detail::tuple_for_each_impl<T_visitor, size, T_extras...>::tuple_for_each(
/dports/science/py-scipy/scipy-1.7.1/scipy/_lib/boost/boost/leaf/
H A Dcontext.hpp155 struct tuple_for_each struct
160 tuple_for_each<I-1,Tuple>::activate(tup); in activate()
168 tuple_for_each<I-1,Tuple>::deactivate(tup); in deactivate()
176 tuple_for_each<I-1,Tuple>::propagate(tup); in propagate()
185 tuple_for_each<I-1,Tuple>::propagate_captured(tup, err_id); in propagate_captured()
191 tuple_for_each<I-1,Tuple>::print(os, tup, key_to_print); in print()
197 struct tuple_for_each<0, Tuple> struct
330 tuple_for_each<std::tuple_size<Tup>::value,Tup>::activate(tup_); in activate()
354 tuple_for_each<std::tuple_size<Tup>::value,Tup>::deactivate(tup_); in deactivate()
359 leaf_detail::tuple_for_each<std::tuple_size<Tup>::value,Tup>::propagate(tup_); in propagate()
[all …]
/dports/devel/hyperscan/boost_1_75_0/boost/leaf/
H A Dcontext.hpp155 struct tuple_for_each struct
160 tuple_for_each<I-1,Tuple>::activate(tup); in activate()
168 tuple_for_each<I-1,Tuple>::deactivate(tup); in deactivate()
176 tuple_for_each<I-1,Tuple>::propagate(tup); in propagate()
185 tuple_for_each<I-1,Tuple>::propagate_captured(tup, err_id); in propagate_captured()
191 tuple_for_each<I-1,Tuple>::print(os, tup, key_to_print); in print()
197 struct tuple_for_each<0, Tuple> struct
330 tuple_for_each<std::tuple_size<Tup>::value,Tup>::activate(tup_); in activate()
354 tuple_for_each<std::tuple_size<Tup>::value,Tup>::deactivate(tup_); in deactivate()
359 leaf_detail::tuple_for_each<std::tuple_size<Tup>::value,Tup>::propagate(tup_); in propagate()
[all …]
/dports/math/mppp/mppp-0.26/test/
H A Dinterop_test.cpp113 tuple_for_each(mppp_types{}, runner<T>{}); in operator ()()
119 tuple_for_each(mppp_types{}, mppp_interop_tester{});
185 tuple_for_each(cpp_types{}, runner<T>{}); in operator ()()
191 tuple_for_each(mppp_types{}, mppp_cpp_interop_tester{});
263 tuple_for_each(mppp_types{}, runner<T>{}); in operator ()()
269 tuple_for_each(cpp_types{}, cpp_mppp_interop_tester{});
/dports/games/frogatto/frogatto-1.3.1/MacOSJet/boost/include/boost/iterator/
H A Dzip_iterator.hpp271 Fun BOOST_TUPLE_ALGO(tuple_for_each)( in BOOST_TUPLE_ALGO() argument
279 Fun BOOST_TUPLE_ALGO(tuple_for_each)( in BOOST_TUPLE_ALGO() argument
284 return tuple_for_each(t.get_tail(), f); in BOOST_TUPLE_ALGO()
290 tuple_for_each( in tuple_for_each() function
533 detail::tuple_impl_specific::tuple_for_each( in advance()
542 detail::tuple_impl_specific::tuple_for_each( in increment()
552 detail::tuple_impl_specific::tuple_for_each( in decrement()
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/boost/iterator/
H A Dzip_iterator.hpp265 inline Fun BOOST_TUPLE_ALGO(tuple_for_each)( in BOOST_TUPLE_ALGO() argument
273 inline Fun BOOST_TUPLE_ALGO(tuple_for_each)( in BOOST_TUPLE_ALGO() argument
278 return tuple_for_each(t.get_tail(), f); in BOOST_TUPLE_ALGO()
284 tuple_for_each( in tuple_for_each() function
516 detail::tuple_impl_specific::tuple_for_each( in advance()
525 detail::tuple_impl_specific::tuple_for_each( in increment()
535 detail::tuple_impl_specific::tuple_for_each( in decrement()
/dports/databases/xtrabackup/boost_1_59_0/boost/iterator/
H A Dzip_iterator.hpp265 inline Fun BOOST_TUPLE_ALGO(tuple_for_each)( in BOOST_TUPLE_ALGO() argument
273 inline Fun BOOST_TUPLE_ALGO(tuple_for_each)( in BOOST_TUPLE_ALGO() argument
278 return tuple_for_each(t.get_tail(), f); in BOOST_TUPLE_ALGO()
284 tuple_for_each( in tuple_for_each() function
516 detail::tuple_impl_specific::tuple_for_each( in advance()
525 detail::tuple_impl_specific::tuple_for_each( in increment()
535 detail::tuple_impl_specific::tuple_for_each( in decrement()
/dports/databases/percona57-server/boost_1_59_0/boost/iterator/
H A Dzip_iterator.hpp265 inline Fun BOOST_TUPLE_ALGO(tuple_for_each)( in BOOST_TUPLE_ALGO() argument
273 inline Fun BOOST_TUPLE_ALGO(tuple_for_each)( in BOOST_TUPLE_ALGO() argument
278 return tuple_for_each(t.get_tail(), f); in BOOST_TUPLE_ALGO()
284 tuple_for_each( in tuple_for_each() function
516 detail::tuple_impl_specific::tuple_for_each( in advance()
525 detail::tuple_impl_specific::tuple_for_each( in increment()
535 detail::tuple_impl_specific::tuple_for_each( in decrement()
/dports/databases/percona57-client/boost_1_59_0/boost/iterator/
H A Dzip_iterator.hpp265 inline Fun BOOST_TUPLE_ALGO(tuple_for_each)( in BOOST_TUPLE_ALGO() argument
273 inline Fun BOOST_TUPLE_ALGO(tuple_for_each)( in BOOST_TUPLE_ALGO() argument
278 return tuple_for_each(t.get_tail(), f); in BOOST_TUPLE_ALGO()
284 tuple_for_each( in tuple_for_each() function
516 detail::tuple_impl_specific::tuple_for_each( in advance()
525 detail::tuple_impl_specific::tuple_for_each( in increment()
535 detail::tuple_impl_specific::tuple_for_each( in decrement()
/dports/databases/mysqlwsrep57-server/boost_1_59_0/boost/iterator/
H A Dzip_iterator.hpp265 inline Fun BOOST_TUPLE_ALGO(tuple_for_each)( in BOOST_TUPLE_ALGO() argument
273 inline Fun BOOST_TUPLE_ALGO(tuple_for_each)( in BOOST_TUPLE_ALGO() argument
278 return tuple_for_each(t.get_tail(), f); in BOOST_TUPLE_ALGO()
284 tuple_for_each( in tuple_for_each() function
516 detail::tuple_impl_specific::tuple_for_each( in advance()
525 detail::tuple_impl_specific::tuple_for_each( in increment()
535 detail::tuple_impl_specific::tuple_for_each( in decrement()
/dports/databases/mysql57-client/mysql-5.7.36/boost/boost_1_59_0/boost/iterator/
H A Dzip_iterator.hpp265 inline Fun BOOST_TUPLE_ALGO(tuple_for_each)( in BOOST_TUPLE_ALGO() argument
273 inline Fun BOOST_TUPLE_ALGO(tuple_for_each)( in BOOST_TUPLE_ALGO() argument
278 return tuple_for_each(t.get_tail(), f); in BOOST_TUPLE_ALGO()
284 tuple_for_each( in tuple_for_each() function
516 detail::tuple_impl_specific::tuple_for_each( in advance()
525 detail::tuple_impl_specific::tuple_for_each( in increment()
535 detail::tuple_impl_specific::tuple_for_each( in decrement()
/dports/biology/lamarc/lamarc-2.1.8/boost/iterator/
H A Dzip_iterator.hpp286 Fun BOOST_TUPLE_ALGO(tuple_for_each)( in BOOST_TUPLE_ALGO() argument
294 Fun BOOST_TUPLE_ALGO(tuple_for_each)( in BOOST_TUPLE_ALGO() argument
299 return tuple_for_each(t.get_tail(), f); in BOOST_TUPLE_ALGO()
305 tuple_for_each( in tuple_for_each() function
548 detail::tuple_impl_specific::tuple_for_each( in advance()
557 detail::tuple_impl_specific::tuple_for_each( in increment()
567 detail::tuple_impl_specific::tuple_for_each( in decrement()
/dports/math/piranha/piranha-0.11/tests/
H A Dseries_08.cpp145 tuple_for_each(expo_types{}, runner<Cf>()); in operator ()()
152 tuple_for_each(cf_types{}, negate_tester()); in BOOST_AUTO_TEST_CASE()
173 tuple_for_each(expo_types{}, runner<Cf>()); in operator ()()
179 tuple_for_each(cf_types{}, identity_tester()); in BOOST_AUTO_TEST_CASE()
198 tuple_for_each(expo_types{}, runner<Cf>()); in operator ()()
204 tuple_for_each(cf_types{}, negation_tester()); in BOOST_AUTO_TEST_CASE()
305 tuple_for_each(expo_types{}, runner<Cf>()); in operator ()()
311 tuple_for_each(cf_types{}, stream_tester()); in BOOST_AUTO_TEST_CASE()
335 tuple_for_each(expo_types{}, runner<Cf>()); in operator ()()
434 tuple_for_each(expo_types{}, runner<Cf>()); in operator ()()
[all …]
/dports/math/py-piranha/piranha-0.11/tests/
H A Dseries_08.cpp145 tuple_for_each(expo_types{}, runner<Cf>()); in operator ()()
152 tuple_for_each(cf_types{}, negate_tester()); in BOOST_AUTO_TEST_CASE()
173 tuple_for_each(expo_types{}, runner<Cf>()); in operator ()()
179 tuple_for_each(cf_types{}, identity_tester()); in BOOST_AUTO_TEST_CASE()
198 tuple_for_each(expo_types{}, runner<Cf>()); in operator ()()
204 tuple_for_each(cf_types{}, negation_tester()); in BOOST_AUTO_TEST_CASE()
305 tuple_for_each(expo_types{}, runner<Cf>()); in operator ()()
311 tuple_for_each(cf_types{}, stream_tester()); in BOOST_AUTO_TEST_CASE()
335 tuple_for_each(expo_types{}, runner<Cf>()); in operator ()()
434 tuple_for_each(expo_types{}, runner<Cf>()); in operator ()()
[all …]

123456789