Home
last modified time | relevance | path

Searched defs:fv4 (Results 1 – 5 of 5) sorted by relevance

/external/sdv/vsomeip/third_party/boost/bind/test/
Dbind_type_test.cpp36 void fv4( X<1>, X<2>, X<3>, X<4> ) in fv4() function
65 boost::bind( fv4, _1, _2, _3, _4 )( X<1>(), X<2>(), X<3>(), X<4>() ); in test() local
Dbind_unique_ptr_test.cpp47 void fv4( std::unique_ptr<int> p1, std::unique_ptr<int> p2, std::unique_ptr<int> p3, std::unique_pt… in fv4() function
139 …boost::bind( fv4, _1, _2, _3, _4 )( std::move( p1 ), std::move( p2 ), std::move( p3 ), std::move( … in test() local
Dbind_fwd_test.cpp38 void fv4( int & a, int & b, int & c, int & d ) in fv4() function
139 boost::bind( fv4, _1, _2, _3, _4 )( a, b, c, d ); in test() local
Dbind_function2_test.cpp36 void fv4( int & a, int b, int c, int d ) in fv4() function
Dbind_function_ap_test.cpp56 void fv4( std::auto_ptr<int> p1, std::auto_ptr<int> p2, std::auto_ptr<int> p3, std::auto_ptr<int> p… in fv4() function