Home
last modified time | relevance | path

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

/third_party/boost/libs/phoenix/test/boost_bind_compatibility/
Dbind_fn2_test.cpp115 void fv_5(long a, long b, long c, long d, long e) in fv_5() function
160 bind( fv_5, 1, 2, 3, 4, 5 )(); BOOST_TEST( global_result == 54321L ); in function_test() local
Dbind_const_test.cpp114 void fv_5(long a, long b, long c, long d, long e) in fv_5() function
173 BOOST_TEST( testerv( bind(fv_5, _1, 2, 3, 4, 5), i ) == 54321L ); in function_test()
Dbind_test.cpp114 void fv_5(long a, long b, long c, long d, long e) in fv_5() function
162 BOOST_TEST( (bind(fv_5, _1, 2, 3, 4, 5)(i), (global_result == 54321L)) ); in function_test()
Dbind_eq_test.cpp126 void fv_5(X, X, X, X, X) in fv_5() function
415 test_5( fv_5 ); in main()
/third_party/boost/libs/bind/test/
Dbind_fn2_test.cpp106 void fv_5(long a, long b, long c, long d, long e) in fv_5() function
151 bind( type<void>(), fv_5, 1, 2, 3, 4, 5 )(); BOOST_TEST( global_result == 54321L ); in function_test()
Dbind_const_test.cpp106 void fv_5(long a, long b, long c, long d, long e) in fv_5() function
164 BOOST_TEST( testv( bind(fv_5, _1, 2, 3, 4, 5), i ) == 54321L ); in function_test()
Dbind_test.cpp106 void fv_5(long a, long b, long c, long d, long e) in fv_5() function
153 BOOST_TEST( (bind(fv_5, _1, 2, 3, 4, 5)(i), (global_result == 54321L)) ); in function_test()
Dbind_eq_test.cpp116 void fv_5(X, X, X, X, X) in fv_5() function
381 test_5( fv_5 ); in main()