Searched refs:test_5_ (Results 1 – 2 of 2) sorted by relevance
/third_party/boost/libs/phoenix/test/boost_bind_compatibility/ |
D | bind_eq_test.cpp | 267 template<class F, class V> void test_5_(F f, V v1, V v2) in test_5_() function 281 test_5_( f, X(1), X(2) ); in test_5() 284 test_5_( f, ref(a), ref(b) ); in test_5()
|
/third_party/boost/libs/bind/test/ |
D | bind_eq_test.cpp | 233 template<class F, class V> void test_5_(F f, V v1, V v2) in test_5_() function 247 test_5_( f, X(1), X(2) ); in test_5() 250 test_5_( f, boost::ref(a), boost::ref(b) ); in test_5()
|