Home
last modified time | relevance | path

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

/third_party/boost/libs/bind/test/
Dbind_fn2_test.cpp121 void fv_8(long a, long b, long c, long d, long e, long f, long g, long h) in fv_8() function
154 bind( type<void>(), fv_8, 1, 2, 3, 4, 5, 6, 7, 8 )(); BOOST_TEST( global_result == 87654321L ); in function_test()
Dbind_const_test.cpp121 void fv_8(long a, long b, long c, long d, long e, long f, long g, long h) in fv_8() function
167 BOOST_TEST( testv( bind(fv_8, _1, 2, 3, 4, 5, 6, 7, 8), i ) == 87654321L ); in function_test()
Dbind_test.cpp121 void fv_8(long a, long b, long c, long d, long e, long f, long g, long h) in fv_8() function
156 BOOST_TEST( (bind(fv_8, _1, 2, 3, 4, 5, 6, 7, 8)(i), (global_result == 87654321L)) ); in function_test()
Dbind_eq_test.cpp128 void fv_8(X, X, X, X, X, X, X, X) in fv_8() function
396 test_8( fv_8 ); in main()
/third_party/boost/libs/phoenix/test/boost_bind_compatibility/
Dbind_fn2_test.cpp130 void fv_8(long a, long b, long c, long d, long e, long f, long g, long h) in fv_8() function
163 bind( fv_8, 1, 2, 3, 4, 5, 6, 7, 8 )(); BOOST_TEST( global_result == 87654321L ); in function_test() local
Dbind_const_test.cpp129 void fv_8(long a, long b, long c, long d, long e, long f, long g, long h) in fv_8() function
176 BOOST_TEST( testerv( bind(fv_8, _1, 2, 3, 4, 5, 6, 7, 8), i ) == 87654321L ); in function_test()
Dbind_test.cpp129 void fv_8(long a, long b, long c, long d, long e, long f, long g, long h) in fv_8() function
165 BOOST_TEST( (bind(fv_8, _1, 2, 3, 4, 5, 6, 7, 8)(i), (global_result == 87654321L)) ); in function_test()
Dbind_eq_test.cpp138 void fv_8(X, X, X, X, X, X, X, X) in fv_8() function
430 test_8( fv_8 ); in main()