Home
last modified time | relevance | path

Searched refs:fv_0 (Results 1 – 9 of 9) sorted by relevance

/third_party/boost/libs/bind/test/
Dbind_fn2_test.cpp81 void fv_0() in fv_0() function
146 bind( type<void>(), fv_0 )(); BOOST_TEST( global_result == 17041L ); in function_test()
Dbind_const_test.cpp81 void fv_0() in fv_0() function
159 BOOST_TEST( testv( bind(fv_0), i ) == 17041L ); in function_test()
Dbind_test.cpp81 void fv_0() in fv_0() function
148 BOOST_TEST( (bind(fv_0)(i), (global_result == 17041L)) ); in function_test()
Dbind_eq_test.cpp96 void fv_0() in fv_0() function
356 test_0( fv_0 ); in main()
/third_party/boost/libs/phoenix/test/boost_bind_compatibility/
Dbind_fn2_test.cpp90 void fv_0() in fv_0() function
155 bind( fv_0 )(); BOOST_TEST( global_result == 17041L ); in function_test() local
Dbind_const_test.cpp89 void fv_0() in fv_0() function
168 BOOST_TEST( testerv( bind(fv_0), i ) == 17041L ); in function_test()
Dbind_test.cpp89 void fv_0() in fv_0() function
157 BOOST_TEST( (bind(fv_0)(i), (global_result == 17041L)) ); in function_test()
Dbind_eq_test.cpp106 void fv_0() in fv_0() function
390 test_0( fv_0 ); in main()
/third_party/boost/libs/hof/test/
Dlazy.cpp77 struct fv_0 { struct