Home
last modified time | relevance | path

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

/third_party/boost/libs/bind/test/
Dbind_type_test.cpp52 void fv8( X<1>, X<2>, X<3>, X<4>, X<5>, X<6>, X<7>, X<8> ) in fv8() function
69 …boost::bind( fv8, _1, _2, _3, _4, _5, _6, _7, _8 )( X<1>(), X<2>(), X<3>(), X<4>(), X<5>(), X<6>()… in test() local
Dbind_function2_test.cpp56 void fv8( int & a, int b, int c, int d, int e, int f, int g, int h ) in fv8() function
106 …boost::function<void(int&, int, int, int, int, int, int, int)> fw8 = boost::bind( fv8, _1, _2, _3,… in function_test()
Dbind_fwd_test.cpp76 void fv8( int & a, int & b, int & c, int & d, int & e, int & f, int & g, int & h ) in fv8() function
211 boost::bind( fv8, _1, _2, _3, _4, _5, _6, _7, _8 )( a, b, c, d, e, f, g, h ); in test() local
Dbind_unique_ptr_test.cpp85 void fv8( std::unique_ptr<int> p1, std::unique_ptr<int> p2, std::unique_ptr<int> p3, std::unique_pt… in fv8() function
185 …boost::bind( fv8, _1, _2, _3, _4, _5, _6, _7, _8 )( std::move( p1 ), std::move( p2 ), std::move( p… in test() local
Dbind_function_ap_test.cpp94 void fv8( std::auto_ptr<int> p1, std::auto_ptr<int> p2, std::auto_ptr<int> p3, std::auto_ptr<int> p… in fv8() function
199 …auto_ptr<int>, std::auto_ptr<int>, std::auto_ptr<int>)> fw8 = boost::bind( fv8, _1, _2, _3, _4, _5… in test()
/third_party/boost/libs/hof/test/
Dlazy.cpp475 void fv8( std::unique_ptr<int> p1, std::unique_ptr<int> p2, std::unique_ptr<int> p3, std::unique_pt… in fv8() function
574 …boost::hof::lazy( fv8 )( std::placeholders::_1, std::placeholders::_2, std::placeholders::_3, std:… in BOOST_HOF_TEST_CASE() local