Home
last modified time | relevance | path

Searched refs:test_5_ (Results 1 – 2 of 2) sorted by relevance

/third_party/boost/libs/phoenix/test/boost_bind_compatibility/
Dbind_eq_test.cpp267 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/
Dbind_eq_test.cpp233 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()