Searched refs:test_aux (Results 1 – 3 of 3) sorted by relevance
/third_party/boost/libs/iterator/test/ |
D | counting_iterator_test.cpp | 151 void test_aux(CountingIterator start, CountingIterator finish, Value v1) in test_aux() function 175 test_aux(boost::make_counting_iterator(start), boost::make_counting_iterator(finish), start); in test() 192 test_aux(iterator(start), iterator(finish), start); in test_integer3()
|
/third_party/boost/libs/detail/test/ |
D | numeric_traits_test.cpp | 241 void test_aux(unsigned_tag, Number*) in test_aux() function 334 void test_aux(signed_tag, Number*) in test_aux() function 396 test_aux<Number>(signedness(), 0); in test()
|
/third_party/boost/boost/type_traits/ |
D | is_convertible.hpp | 87 static void test_aux(To1); 90 static decltype(test_aux<To1>(boost::declval<From1>()), one()) test(int);
|