Searched refs:fv4 (Results 1 – 6 of 6) sorted by relevance
/third_party/boost/libs/bind/test/ |
D | bind_type_test.cpp | 36 void fv4( X<1>, X<2>, X<3>, X<4> ) in fv4() function 65 boost::bind( fv4, _1, _2, _3, _4 )( X<1>(), X<2>(), X<3>(), X<4>() ); in test() local
|
D | bind_function2_test.cpp | 36 void fv4( int & a, int b, int c, int d ) in fv4() function 86 boost::function<void(int&, int, int, int)> fw4 = boost::bind( fv4, _1, _2, _3, _4 ); in function_test()
|
D | bind_fwd_test.cpp | 38 void fv4( int & a, int & b, int & c, int & d ) in fv4() function 139 boost::bind( fv4, _1, _2, _3, _4 )( a, b, c, d ); in test() local
|
D | bind_unique_ptr_test.cpp | 47 void fv4( std::unique_ptr<int> p1, std::unique_ptr<int> p2, std::unique_ptr<int> p3, std::unique_pt… in fv4() function 139 …boost::bind( fv4, _1, _2, _3, _4 )( std::move( p1 ), std::move( p2 ), std::move( p3 ), std::move( … in test() local
|
D | bind_function_ap_test.cpp | 56 void fv4( std::auto_ptr<int> p1, std::auto_ptr<int> p2, std::auto_ptr<int> p3, std::auto_ptr<int> p… in fv4() function 149 …::auto_ptr<int>, std::auto_ptr<int>, std::auto_ptr<int>)> fw4 = boost::bind( fv4, _1, _2, _3, _4 ); in test()
|
/third_party/boost/libs/hof/test/ |
D | lazy.cpp | 437 void fv4( std::unique_ptr<int> p1, std::unique_ptr<int> p2, std::unique_ptr<int> p3, std::unique_pt… in fv4() function 528 …boost::hof::lazy( fv4 )( std::placeholders::_1, std::placeholders::_2, std::placeholders::_3, std:… in BOOST_HOF_TEST_CASE() local
|