Home
last modified time | relevance | path

Searched refs:fw3 (Results 1 – 2 of 2) sorted by relevance

/third_party/boost/libs/bind/test/
Dbind_function2_test.cpp81 boost::function<void(int&, int, int)> fw3 = boost::bind( fv3, _1, _2, _3 ); in function_test() local
82 fw3( x, 1, 2 ); BOOST_TEST( x == 1+2 ); in function_test()
Dbind_function_ap_test.cpp139 …boost::function<void(std::auto_ptr<int>, std::auto_ptr<int>, std::auto_ptr<int>)> fw3 = boost::bin… in test() local
145 fw3( p1, p2, p3 ); in test()