Home
last modified time | relevance | path

Searched defs:iterator_category (Results 1 – 25 of 28) sorted by relevance

12

/ndk/sources/cxx-stl/stlport/stlport/stl/
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_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_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.h169 typedef output_iterator_tag iterator_category; typedef
199 typedef output_iterator_tag iterator_category; typedef
229 typedef output_iterator_tag iterator_category; typedef
D_slist.h68 typedef forward_iterator_tag iterator_category; typedef
85 typedef forward_iterator_tag iterator_category; typedef
D_istreambuf_iterator.h55 typedef input_iterator_tag iterator_category; typedef
134 inline input_iterator_tag _STLP_CALL iterator_category(const istreambuf_iterator<_CharT, _Traits>&)… in iterator_category() function
D_iterator_base.h60 typedef _Category iterator_category; typedef
D_list.h85 typedef bidirectional_iterator_tag iterator_category; typedef
108 typedef bidirectional_iterator_tag iterator_category; typedef
D_deque.h91 typedef random_access_iterator_tag iterator_category; typedef
163 typedef random_access_iterator_tag iterator_category; typedef
D_hashtable.h117 typedef forward_iterator_tag iterator_category; typedef
D_tree.h138 typedef bidirectional_iterator_tag iterator_category; typedef
/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
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
443 typedef int iterator_category; typedef
[all …]
/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
Dmin_allocator.h79 typedef std::random_access_iterator_tag iterator_category; typedef
150 typedef std::random_access_iterator_tag iterator_category; typedef
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/basic.string/
Dinput_iterator.h20 typedef typename std::input_iterator_tag iterator_category; typedef
/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/iterator.primitives/iterator.traits/
Diterator.pass.cpp33 typedef std::forward_iterator_tag iterator_category; typedef
/ndk/sources/cxx-stl/stlport/stlport/stl/debug/
D_vector.h48 iterator_category(const _STLP_PRIV _DBG_iter_base< _STLP_NON_DBG_VECTOR >&) in iterator_category() function
D_iterator.h135 typedef _Iterator_category iterator_category; typedef
216 typedef typename _Base::iterator_category iterator_category; typedef
439 iterator_category(const _STLP_PRIV _DBG_iter_base<_Container>&) { in iterator_category() function
D_deque.h46 inline random_access_iterator_tag iterator_category(const _STLP_PRIV _DBG_iter_base< _STLP_NON_DBG_… in iterator_category() function
D_tree.h85 iterator_category(const _STLP_PRIV _DBG_iter_base< _STLP_NON_DBG_TREE >&) in iterator_category() function
D_hashtable.h85 iterator_category(const _STLP_PRIV _DBG_iter_base< _STLP_NON_DBG_HT >&) in iterator_category() function
D_list.h52 iterator_category(const _STLP_PRIV _DBG_iter_base< _STLP_NON_DBG_LIST >&) in iterator_category() function
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/iterator/
Diterator_facade.hpp104 >::type iterator_category; typedef
635 typedef typename associated_types::iterator_category iterator_category; typedef in boost::iterator_facade

12