Searched refs:random_access_iterator_test (Results 1 – 5 of 5) sorted by relevance
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/iterator/test/ |
D | reverse_iterator_test.cpp | 117 boost::random_access_iterator_test(i, N, array); in main() 119 boost::random_access_iterator_test(boost::make_reverse_iterator(reversed + N), N, array); in main() 124 boost::random_access_iterator_test(j, N, array); in main() 128 boost::random_access_iterator_test(boost::make_reverse_iterator(const_reversed + N), N, array); in main() 150 boost::random_access_iterator_test(i, N, array); in main() 151 boost::random_access_iterator_test(boost::make_reverse_iterator(reversed + N), N, array); in main() 154 boost::random_access_iterator_test(j, N, array); in main() 157 boost::random_access_iterator_test(boost::make_reverse_iterator(const_reversed + N), N, array); in main()
|
D | indirect_iterator_test.cpp | 112 boost::random_access_iterator_test(db + 1, store.size() - 1, boost::next(store.begin())); in more_indirect_iterator_tests() 198 boost::random_access_iterator_test(i, N, array); in BOOST_MPL_HAS_XXX_TRAIT_NAMED_DEF() 200 boost::random_access_iterator_test( in BOOST_MPL_HAS_XXX_TRAIT_NAMED_DEF() 204 boost::random_access_iterator_test(boost::make_indirect_iterator(ptr), N, array); in BOOST_MPL_HAS_XXX_TRAIT_NAMED_DEF() 210 boost::random_access_iterator_test(j, N, array); in BOOST_MPL_HAS_XXX_TRAIT_NAMED_DEF() 213 boost::random_access_iterator_test(boost::make_indirect_iterator(const_ptr), N, array); in BOOST_MPL_HAS_XXX_TRAIT_NAMED_DEF()
|
D | iterator_adaptor_test.cpp | 189 boost::random_access_iterator_test(array, N, array); in main() 194 boost::random_access_iterator_test(i, N, array); in main() 197 boost::random_access_iterator_test(j, N, array); in main() 259 boost::random_access_iterator_test(i, N, array); in main() 262 boost::random_access_iterator_test(j, N, array); in main()
|
D | counting_iterator_test.cpp | 126 boost::random_access_iterator_test(start, v.size(), v.begin()); in category_test()
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/iterator/include/boost/pending/ |
D | iterator_tests.hpp | 219 void random_access_iterator_test(Iterator i, int N, TrueVals vals) in random_access_iterator_test() function 283 using iterators::random_access_iterator_test;
|