/ndk/sources/cxx-stl/stlport/stlport/stl/ |
D | _raw_storage_iter.h | 46 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.h | 43 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.h | 102 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.h | 50 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.h | 169 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.h | 68 typedef forward_iterator_tag iterator_category; typedef 85 typedef forward_iterator_tag iterator_category; typedef
|
D | _istreambuf_iterator.h | 55 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.h | 60 typedef _Category iterator_category; typedef
|
D | _list.h | 85 typedef bidirectional_iterator_tag iterator_category; typedef 108 typedef bidirectional_iterator_tag iterator_category; typedef
|
D | _deque.h | 91 typedef random_access_iterator_tag iterator_category; typedef 163 typedef random_access_iterator_tag iterator_category; typedef
|
D | _hashtable.h | 117 typedef forward_iterator_tag iterator_category; typedef
|
D | _tree.h | 138 typedef bidirectional_iterator_tag iterator_category; typedef
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/detail/ |
D | iterator.hpp | 107 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/ |
D | test_iterators.h | 22 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
|
D | min_allocator.h | 79 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/ |
D | input_iterator.h | 20 typedef typename std::input_iterator_tag iterator_category; typedef
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/ |
D | iterator.hpp | 33 typedef Category iterator_category; typedef
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/iterators/iterator.primitives/iterator.traits/ |
D | iterator.pass.cpp | 33 typedef std::forward_iterator_tag iterator_category; typedef
|
/ndk/sources/cxx-stl/stlport/stlport/stl/debug/ |
D | _vector.h | 48 iterator_category(const _STLP_PRIV _DBG_iter_base< _STLP_NON_DBG_VECTOR >&) in iterator_category() function
|
D | _iterator.h | 135 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.h | 46 inline random_access_iterator_tag iterator_category(const _STLP_PRIV _DBG_iter_base< _STLP_NON_DBG_… in iterator_category() function
|
D | _tree.h | 85 iterator_category(const _STLP_PRIV _DBG_iter_base< _STLP_NON_DBG_TREE >&) in iterator_category() function
|
D | _hashtable.h | 85 iterator_category(const _STLP_PRIV _DBG_iter_base< _STLP_NON_DBG_HT >&) in iterator_category() function
|
D | _list.h | 52 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/ |
D | iterator_facade.hpp | 104 >::type iterator_category; typedef 635 typedef typename associated_types::iterator_category iterator_category; typedef in boost::iterator_facade
|