Searched refs:test_1_ (Results 1 – 2 of 2) sorted by relevance
/third_party/boost/libs/phoenix/test/boost_bind_compatibility/ |
D | bind_eq_test.cpp | 189 template<class F, class V> void test_1_(F f, V v1, V v2) in test_1_() function 199 test_1_( f, X(1), X(2) ); in test_1() 202 test_1_( f, ref(a), ref(b) ); in test_1()
|
/third_party/boost/libs/bind/test/ |
D | bind_eq_test.cpp | 155 template<class F, class V> void test_1_(F f, V v1, V v2) in test_1_() function 165 test_1_( f, X(1), X(2) ); in test_1() 168 test_1_( f, boost::ref(a), boost::ref(b) ); in test_1()
|