Home
last modified time | relevance | path

Searched refs:test_aux (Results 1 – 3 of 3) sorted by relevance

/third_party/boost/libs/iterator/test/
Dcounting_iterator_test.cpp151 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/
Dnumeric_traits_test.cpp241 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/
Dis_convertible.hpp87 static void test_aux(To1);
90 static decltype(test_aux<To1>(boost::declval<From1>()), one()) test(int);