Home
last modified time | relevance | path

Searched refs:fv3 (Results 1 – 6 of 6) sorted by relevance

/third_party/boost/libs/bind/test/
Dbind_type_test.cpp32 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
Dbind_function2_test.cpp31 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()
Dbind_fwd_test.cpp31 void fv3( int & a, int & b, int & c ) in fv3() function
126 boost::bind( fv3, _1, _2, _3 )( a, b, c ); in test() local
Dbind_unique_ptr_test.cpp40 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
Dbind_function_ap_test.cpp49 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/
Dlazy.cpp430 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