Searched refs:test_sequence_n (Results 1 – 3 of 3) sorted by relevance
/third_party/boost/libs/fusion/test/functional/ |
D | invoke_function_object.cpp | 145 void test_sequence_n(Sequence & seq, mpl::int_<0>) in test_sequence_n() function 169 void test_sequence_n(Sequence & seq, mpl::int_<1>) in test_sequence_n() function 185 void test_sequence_n(Sequence & seq, mpl::int_<2>) in test_sequence_n() function 195 void test_sequence_n(Sequence & seq, mpl::int_<3>) in test_sequence_n() function 206 test_sequence_n(seq, mpl::int_<boost::fusion::result_of::size<Sequence>::value>()); in test_sequence()
|
D | invoke_procedure.cpp | 221 void test_sequence_n(Sequence & seq, mpl::int_<0>) in test_sequence_n() function 267 void test_sequence_n(Sequence & seq, mpl::int_<1>) in test_sequence_n() function 301 void test_sequence_n(Sequence & seq, mpl::int_<2>) in test_sequence_n() function 326 void test_sequence_n(Sequence & seq, mpl::int_<3>) in test_sequence_n() function 337 test_sequence_n(seq, mpl::int_<boost::fusion::result_of::size<Sequence>::value>()); in test_sequence()
|
D | invoke.cpp | 340 void test_sequence_n(Sequence & seq, mpl::int_<0>) in test_sequence_n() function 410 void test_sequence_n(Sequence & seq, mpl::int_<1>) in test_sequence_n() function 456 void test_sequence_n(Sequence & seq, mpl::int_<2>) in test_sequence_n() function 481 void test_sequence_n(Sequence & seq, mpl::int_<3>) in test_sequence_n() function 492 test_sequence_n(seq, mpl::int_<boost::fusion::result_of::size<Sequence>::value>()); in test_sequence()
|