Home
last modified time | relevance | path

Searched refs:iterator_category (Results 1 – 25 of 68) sorted by relevance

123

/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/detail/
Diterator.hpp107 typedef typename Iterator::iterator_category iterator_category; typedef
117 typedef std::random_access_iterator_tag iterator_category; typedef
127 typedef std::random_access_iterator_tag iterator_category; typedef
159 BOOST_MPL_HAS_XXX_TRAIT_DEF(iterator_category)
259 typedef typename T::_Iterator_category iterator_category; typedef
272 typedef std::random_access_iterator_tag iterator_category; typedef
311 typedef std::random_access_iterator_tag iterator_category; typedef
329 typedef typename Iterator::iterator_category iterator_category; typedef
363 typedef std::output_iterator_tag iterator_category; typedef
433 typedef typename base::iterator_category iterator_category; typedef
[all …]
/ndk/sources/cxx-stl/stlport/stlport/stl/
D_iterator_base.h60 typedef _Category iterator_category; typedef
68 typedef output_iterator_tag iterator_category;
78 # define _STLP_ITERATOR_CATEGORY(_It, _Tp) _STLP_STD::iterator_category(_It)
90 … define _STLP_ITERATOR_CATEGORY(_It, _Tp) _STLP_STD::iterator_traits< _Tp >::iterator_category()
92 …P_ITERATOR_CATEGORY(_It, _Tp) _STLP_TYPENAME _STLP_STD::iterator_traits< _Tp >::iterator_category()
143 typedef typename _Iterator::iterator_category _OriginalTag;
144 typedef typename _CategoryMapping<_OriginalTag>::_Tag iterator_category;
148 typedef typename _Iterator::iterator_category iterator_category;
167 typedef random_access_iterator_tag iterator_category;
176 typedef random_access_iterator_tag iterator_category;
[all …]
D_stream_iterator.h102 typedef input_iterator_tag iterator_category; typedef
175 typedef output_iterator_tag iterator_category; typedef
197 iterator_category(const ostream_iterator<_TpP>&) { return output_iterator_tag(); } in iterator_category() function
201 iterator_category(const ostream_iterator<_TpP, _CharT, _Traits>&) { return output_iterator_tag(); } in iterator_category() function
227 iterator_category(const istream_iterator< __ISI_TMPL_ARGUMENTS >&) in iterator_category() function
D_raw_storage_iter.h46 typedef output_iterator_tag iterator_category; typedef
72 inline output_iterator_tag iterator_category(const raw_storage_iterator<_ForwardIterator, _Tp>&) { … in iterator_category() function
D_iterator_old.h43 iterator_category(const back_insert_iterator<_Container>&) { return output_iterator_tag(); } in iterator_category() function
46 iterator_category(const front_insert_iterator<_Container>&) { return output_iterator_tag(); } in iterator_category() function
49 iterator_category(const insert_iterator<_Container>&) { return output_iterator_tag(); } in iterator_category() function
71 typedef bidirectional_iterator_tag iterator_category; typedef
116 iterator_category(const reverse_bidirectional_iterator<_BidirectionalIterator, _Tp, Reference__, _D… in iterator_category() function
165 typedef random_access_iterator_tag iterator_category; typedef
224 iterator_category(const reverse_iterator<_RandomAccessIterator, _Tp, Reference__, _Distance>&) in iterator_category() function
D_ostreambuf_iterator.h50 typedef output_iterator_tag iterator_category; typedef
92 iterator_category(const ostreambuf_iterator<_CharT, _Traits>&) { return output_iterator_tag(); } in iterator_category() function
D_iterator.h48 public iterator<typename iterator_traits<_Iterator>::iterator_category,
169 typedef output_iterator_tag iterator_category; typedef
199 typedef output_iterator_tag iterator_category; typedef
229 typedef output_iterator_tag iterator_category; typedef
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/iterators/iterator.primitives/iterator.basic/
Diterator.pass.cpp37 …static_assert((std::is_same<typename It::iterator_category, std::forward_iterator_tag>::value), ""… in test2()
49 …static_assert((std::is_same<typename It::iterator_category, std::bidirectional_iterator_tag>::valu… in test3()
61 …static_assert((std::is_same<typename It::iterator_category, std::random_access_iterator_tag>::valu… in test4()
73 … static_assert((std::is_same<typename It::iterator_category, std::input_iterator_tag>::value), ""); in test5()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/iterators/iterator.primitives/iterator.traits/
Diterator.pass.cpp33 typedef std::forward_iterator_tag iterator_category; typedef
42 static_assert((std::is_same<It::iterator_category, std::forward_iterator_tag>::value), ""); in main()
Dpointer.pass.cpp34 … static_assert((std::is_same<It::iterator_category, std::random_access_iterator_tag>::value), ""); in main()
Dconst_pointer.pass.cpp34 … static_assert((std::is_same<It::iterator_category, std::random_access_iterator_tag>::value), ""); in main()
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/range/algorithm/
Dequal.hpp136 …UCED_TYPENAME std::iterator_traits< SinglePassTraversalReadableIterator1 >::iterator_category tag1; in equal()
137 …UCED_TYPENAME std::iterator_traits< SinglePassTraversalReadableIterator2 >::iterator_category tag2; in equal()
151 …UCED_TYPENAME std::iterator_traits< SinglePassTraversalReadableIterator1 >::iterator_category tag1; in equal()
152 …UCED_TYPENAME std::iterator_traits< SinglePassTraversalReadableIterator2 >::iterator_category tag2; in equal()
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/iterator/
Diterator_traits.hpp23 # define BOOST_ITERATOR_CATEGORY iterator_category
55 typedef typename boost::detail::iterator_traits<Iterator>::iterator_category type;
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/iterators/predef.iterators/move.iterators/move.iterator/
Dtypes.pass.cpp46 …static_assert((std::is_same<typename R::iterator_category, typename T::iterator_category>::value),… in test()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/iterators/predef.iterators/reverse.iterators/reverse.iterator/
Dtypes.pass.cpp53 …static_assert((std::is_same<typename R::iterator_category, typename T::iterator_category>::value),… in test()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/vector.bool/
Dtypes.pass.cpp50 typename std::iterator_traits<typename C::iterator>::iterator_category, in test()
53 typename std::iterator_traits<typename C::const_iterator>::iterator_category, in test()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/basic.string/
Dtypes.pass.cpp60 typename std::iterator_traits<typename S::iterator>::iterator_category, in test()
63 typename std::iterator_traits<typename S::const_iterator>::iterator_category, in test()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/vector/
Dtypes.pass.cpp56 typename std::iterator_traits<typename C::iterator>::iterator_category, in test()
59 typename std::iterator_traits<typename C::const_iterator>::iterator_category, in test()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/deque/
Dtypes.pass.cpp56 typename std::iterator_traits<typename C::iterator>::iterator_category, in test()
59 typename std::iterator_traits<typename C::const_iterator>::iterator_category, in test()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/support/
Dtest_iterators.h22 typedef std::output_iterator_tag iterator_category; typedef
49 typedef std::input_iterator_tag iterator_category; typedef
98 typedef std::forward_iterator_tag iterator_category; typedef
147 typedef std::bidirectional_iterator_tag iterator_category; typedef
195 typedef std::random_access_iterator_tag iterator_category; typedef
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/re/re.iter/re.tokiter/
Dtypes.pass.cpp38 …static_assert((std::is_same<typename I::iterator_category, std::forward_iterator_tag>::value), ""); in test()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/re/re.iter/re.regiter/
Dtypes.pass.cpp38 …static_assert((std::is_same<typename I::iterator_category, std::forward_iterator_tag>::value), ""); in test()
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/
Diterator.hpp33 typedef Category iterator_category; typedef
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/iterators/predef.iterators/insert.iterators/front.insert.iterator/
Dtypes.pass.cpp54 … static_assert((std::is_same<typename R::iterator_category, std::output_iterator_tag>::value), ""); in test()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/iterators/predef.iterators/insert.iterators/back.insert.iterator/
Dtypes.pass.cpp53 … static_assert((std::is_same<typename R::iterator_category, std::output_iterator_tag>::value), ""); in test()

123