Searched refs:fv_4 (Results 1 – 8 of 8) sorted by relevance
/third_party/boost/libs/phoenix/test/boost_bind_compatibility/ |
D | bind_fn2_test.cpp | 110 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
|
D | bind_const_test.cpp | 109 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()
|
D | bind_test.cpp | 109 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()
|
D | bind_eq_test.cpp | 122 void fv_4(X, X, X, X) in fv_4() function 410 test_4( fv_4 ); in main()
|
/third_party/boost/libs/bind/test/ |
D | bind_fn2_test.cpp | 101 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()
|
D | bind_const_test.cpp | 101 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()
|
D | bind_test.cpp | 101 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()
|
D | bind_eq_test.cpp | 112 void fv_4(X, X, X, X) in fv_4() function 376 test_4( fv_4 ); in main()
|