Home
last modified time | relevance | path

Searched refs:fv_4 (Results 1 – 8 of 8) sorted by relevance

/third_party/boost/libs/phoenix/test/boost_bind_compatibility/
Dbind_fn2_test.cpp110 void fv_4(long a, long b, long c, long d) in fv_4() function
159 bind( fv_4, 1, 2, 3, 4 )(); BOOST_TEST( global_result == 4321L ); in function_test() local
Dbind_const_test.cpp109 void fv_4(long a, long b, long c, long d) in fv_4() function
172 BOOST_TEST( testerv( bind(fv_4, _1, 2, 3, 4), i ) == 4321L ); in function_test()
Dbind_test.cpp109 void fv_4(long a, long b, long c, long d) in fv_4() function
161 BOOST_TEST( (bind(fv_4, _1, 2, 3, 4)(i), (global_result == 4321L)) ); in function_test()
Dbind_eq_test.cpp122 void fv_4(X, X, X, X) in fv_4() function
410 test_4( fv_4 ); in main()
/third_party/boost/libs/bind/test/
Dbind_fn2_test.cpp101 void fv_4(long a, long b, long c, long d) in fv_4() function
150 bind( type<void>(), fv_4, 1, 2, 3, 4 )(); BOOST_TEST( global_result == 4321L ); in function_test()
Dbind_const_test.cpp101 void fv_4(long a, long b, long c, long d) in fv_4() function
163 BOOST_TEST( testv( bind(fv_4, _1, 2, 3, 4), i ) == 4321L ); in function_test()
Dbind_test.cpp101 void fv_4(long a, long b, long c, long d) in fv_4() function
152 BOOST_TEST( (bind(fv_4, _1, 2, 3, 4)(i), (global_result == 4321L)) ); in function_test()
Dbind_eq_test.cpp112 void fv_4(X, X, X, X) in fv_4() function
376 test_4( fv_4 ); in main()