Home
last modified time | relevance | path

Searched refs:apply3 (Results 1 – 25 of 36) sorted by relevance

12

/third_party/boost/boost/mpl/aux_/preprocessed/msvc70/
Dapply.hpp89 struct apply3 struct
98 , apply3
105 struct apply3< int,int,int,int > struct
Dapply_fwd.hpp32 struct apply3;
/third_party/boost/boost/mpl/aux_/preprocessed/msvc60/
Dapply.hpp92 struct apply3 struct
102 , apply3
109 struct apply3< int,int,int,int > struct
Dapply_fwd.hpp32 struct apply3;
/third_party/boost/boost/mpl/aux_/preprocessed/bcc_pre590/
Dapply.hpp92 struct apply3 struct
101 , apply3
110 : apply3< F,T1,T2,T3 >
Dapply_fwd.hpp38 struct apply3;
/third_party/boost/boost/mpl/aux_/preprocessed/dmc/
Dapply.hpp92 struct apply3 struct
101 , apply3
110 : apply3< F,T1,T2,T3 >
Dapply_fwd.hpp38 struct apply3;
/third_party/boost/boost/mpl/aux_/preprocessed/bcc551/
Dapply.hpp92 struct apply3 struct
101 , apply3
110 : apply3< F,T1,T2,T3 >
Dapply_fwd.hpp38 struct apply3;
/third_party/boost/boost/mpl/aux_/preprocessed/mwcw/
Dapply.hpp92 struct apply3 struct
101 , apply3
110 : apply3< F,T1,T2,T3 >
Dapply_fwd.hpp38 struct apply3;
/third_party/boost/boost/mpl/aux_/preprocessed/bcc/
Dapply.hpp92 struct apply3 struct
101 , apply3
110 : apply3< F,T1,T2,T3 >
Dapply_fwd.hpp38 struct apply3;
/third_party/boost/boost/mpl/aux_/preprocessed/gcc/
Dapply.hpp92 struct apply3 struct
101 , apply3
110 : apply3< F,T1,T2,T3 >
Dapply_fwd.hpp38 struct apply3;
/third_party/boost/boost/mpl/aux_/preprocessed/no_ttp/
Dapply.hpp92 struct apply3 struct
101 , apply3
110 : apply3< F,T1,T2,T3 >
Dapply_fwd.hpp38 struct apply3;
/third_party/boost/libs/mpl/test/
Dalways.cpp29 MPL_ASSERT(( apply3< always_true,false_,false_,false_ > )); in MPL_TEST_CASE()
41 typedef apply3< always_10,int_<0>,int_<0>,int_<0> >::type res3; in MPL_TEST_CASE()
/third_party/boost/boost/mpl/aux_/preprocessed/no_ctps/
Dapply.hpp125 struct apply3 struct
134 , apply3
150 typedef apply3<
Dapply_fwd.hpp36 struct apply3;
/third_party/boost/boost/mpl/aux_/preprocessed/plain/
Dapply.hpp77 struct apply3 struct
90 : apply3< F,T1,T2,T3 >
Dapply_fwd.hpp38 struct apply3;
/third_party/boost/libs/lambda/test/
Dresult_of_tests.cpp249 typename boost::result_of<F(A, B, C)>::type apply3(F f, A a, B b, C c) { in apply3() function
309 BOOST_CHECK((apply3<int, int, int>(_1 + _2 + _3, one, two, three) == 6)); in test_main()
310 BOOST_CHECK((apply3<int&, int&, int&>(_1 + _2 + _3, one, two, three) == 6)); in test_main()
311 BOOST_CHECK((apply3<const int&, const int&, const int&>(_1 + _2 + _3, one, two, three) == 6)); in test_main()
/third_party/boost/libs/phoenix/test/bll_compatibility/
Dresult_of_tests.cpp249 typename boost::result_of<F(A, B, C)>::type apply3(F f, A a, B b, C c) { in apply3() function
310 BOOST_TEST_EQ((apply3<int, int, int>(_1 + _2 + _3, one, two, three)), 6); in main()
311 BOOST_TEST_EQ((apply3<int&, int&, int&>(_1 + _2 + _3, one, two, three)), 6); in main()
312 BOOST_TEST_EQ((apply3<const int&, const int&, const int&>(_1 + _2 + _3, one, two, three)), 6); in main()

12