/third_party/boost/libs/bind/test/ |
D | bind_type_test.cpp | 40 void fv5( X<1>, X<2>, X<3>, X<4>, X<5> ) in fv5() function 66 boost::bind( fv5, _1, _2, _3, _4, _5 )( X<1>(), X<2>(), X<3>(), X<4>(), X<5>() ); in test() local
|
D | bind_function2_test.cpp | 41 void fv5( int & a, int b, int c, int d, int e ) in fv5() function 91 … boost::function<void(int&, int, int, int, int)> fw5 = boost::bind( fv5, _1, _2, _3, _4, _5 ); in function_test()
|
D | bind_fwd_test.cpp | 46 void fv5( int & a, int & b, int & c, int & d, int & e ) in fv5() function 154 boost::bind( fv5, _1, _2, _3, _4, _5 )( a, b, c, d, e ); in test() local
|
D | bind_unique_ptr_test.cpp | 55 void fv5( std::unique_ptr<int> p1, std::unique_ptr<int> p2, std::unique_ptr<int> p3, std::unique_pt… in fv5() function 149 …boost::bind( fv5, _1, _2, _3, _4, _5 )( std::move( p1 ), std::move( p2 ), std::move( p3 ), std::mo… in test() local
|
D | bind_function_ap_test.cpp | 64 void fv5( std::auto_ptr<int> p1, std::auto_ptr<int> p2, std::auto_ptr<int> p3, std::auto_ptr<int> p… in fv5() function 160 …auto_ptr<int>, std::auto_ptr<int>, std::auto_ptr<int>)> fw5 = boost::bind( fv5, _1, _2, _3, _4, _5… in test()
|
/third_party/boost/libs/hof/test/ |
D | lazy.cpp | 445 void fv5( std::unique_ptr<int> p1, std::unique_ptr<int> p2, std::unique_ptr<int> p3, std::unique_pt… in fv5() function 538 …boost::hof::lazy( fv5 )( std::placeholders::_1, std::placeholders::_2, std::placeholders::_3, std:… in BOOST_HOF_TEST_CASE() local
|
/third_party/chromium/patch/ |
D | 0001-cve.patch | 71373 zY)OMHX|N>?wxq$9G}w{`Thd@l8f-~}EorbN4Ys7gHZ<6V2HVhJ8ya1iV$uOjI(fv5
|