Searched refs:fv3 (Results 1 – 6 of 6) sorted by relevance
/third_party/boost/libs/bind/test/ |
D | bind_type_test.cpp | 32 void fv3( X<1>, X<2>, X<3> ) in fv3() function 64 boost::bind( fv3, _1, _2, _3 )( X<1>(), X<2>(), X<3>() ); in test() local
|
D | bind_function2_test.cpp | 31 void fv3( int & a, int b, int c ) in fv3() function 81 boost::function<void(int&, int, int)> fw3 = boost::bind( fv3, _1, _2, _3 ); in function_test()
|
D | bind_fwd_test.cpp | 31 void fv3( int & a, int & b, int & c ) in fv3() function 126 boost::bind( fv3, _1, _2, _3 )( a, b, c ); in test() local
|
D | bind_unique_ptr_test.cpp | 40 void fv3( std::unique_ptr<int> p1, std::unique_ptr<int> p2, std::unique_ptr<int> p3 ) in fv3() function 130 boost::bind( fv3, _1, _2, _3 )( std::move( p1 ), std::move( p2 ), std::move( p3 ) ); in test() local
|
D | bind_function_ap_test.cpp | 49 void fv3( std::auto_ptr<int> p1, std::auto_ptr<int> p2, std::auto_ptr<int> p3 ) in fv3() function 139 …(std::auto_ptr<int>, std::auto_ptr<int>, std::auto_ptr<int>)> fw3 = boost::bind( fv3, _1, _2, _3 ); in test()
|
/third_party/boost/libs/hof/test/ |
D | lazy.cpp | 430 void fv3( std::unique_ptr<int> p1, std::unique_ptr<int> p2, std::unique_ptr<int> p3 ) in fv3() function 519 …boost::hof::lazy( fv3 )( std::placeholders::_1, std::placeholders::_2, std::placeholders::_3 )( st… in BOOST_HOF_TEST_CASE() local
|