/external/astl/tests/ |
D | test_iterator.cpp | 39 typedef std::input_iterator_tag iterator_category; typedef 47 typedef std::forward_iterator_tag iterator_category; typedef 55 typedef std::bidirectional_iterator_tag iterator_category; typedef 63 typedef std::random_access_iterator_tag iterator_category; typedef 105 EXPECT_TRUE(category(android::iterator_category(Input())) == INPUT); in testCategory() 106 EXPECT_TRUE(category(android::iterator_category(Forward())) == FORWARD); in testCategory() 107 EXPECT_TRUE(category(android::iterator_category(Bidirectional())) == BIDIRECTIONAL); in testCategory() 108 EXPECT_TRUE(category(android::iterator_category(Random())) == RANDOM); in testCategory()
|
/external/stlport/stlport/stl/ |
D | _iterator_base.h | 60 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 | _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 | _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.h | 48 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
|
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 | _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 | _slist.h | 68 typedef forward_iterator_tag iterator_category; typedef 85 typedef forward_iterator_tag iterator_category; typedef 142 inline forward_iterator_tag _STLP_CALL iterator_category(const _STLP_PRIV _Slist_iterator_base&) { … 882 typedef output_iterator_tag iterator_category;
|
D | _list.h | 85 typedef bidirectional_iterator_tag iterator_category; typedef 108 typedef bidirectional_iterator_tag iterator_category; typedef 165 inline bidirectional_iterator_tag iterator_category(const _STLP_PRIV _List_iterator_base&) { return…
|
D | _unordered_set.h | 364 typedef output_iterator_tag iterator_category; 391 typedef output_iterator_tag iterator_category;
|
D | _hashtable.h | 117 typedef forward_iterator_tag iterator_category; typedef 180 inline forward_iterator_tag iterator_category(const _STLP_PRIV _Ht_iterator<_BaseIte,_Traits>&)
|
D | _unordered_map.h | 389 typedef output_iterator_tag iterator_category; 416 typedef output_iterator_tag iterator_category;
|
D | _tree.h | 138 typedef bidirectional_iterator_tag iterator_category; typedef 222 inline bidirectional_iterator_tag iterator_category(const _STLP_PRIV _Rb_tree_base_iterator&)
|
D | concept_checks.h | 520 typedef typename __STD::iterator_traits<_Iter>::iterator_category 521 iterator_category;
|
D | _hash_map.h | 447 typedef output_iterator_tag iterator_category; 474 typedef output_iterator_tag iterator_category;
|
D | _hash_set.h | 442 typedef output_iterator_tag iterator_category; 469 typedef output_iterator_tag iterator_category;
|
D | _deque.h | 91 typedef random_access_iterator_tag iterator_category; typedef 163 typedef random_access_iterator_tag iterator_category; typedef 326 iterator_category(const _STLP_PRIV _Deque_iterator<_Tp, _Traits >&) { return random_access_iterato…
|
/external/astl/include/ |
D | iterator | 53 typedef _Category iterator_category; // See tags above. 65 typedef typename _Iterator::iterator_category iterator_category; 77 typedef random_access_iterator_tag iterator_category; 87 typedef random_access_iterator_tag iterator_category; 102 typedef typename iterator_traits<_Iterator>::iterator_category 103 iterator_category; 215 inline typename std::iterator_traits<_Iterator>::iterator_category 216 iterator_category(const _Iterator&) 217 { return typename std::iterator_traits<_Iterator>::iterator_category(); } 285 return distance(first, last, android::iterator_category(first));
|
D | memory | 137 typename iterator_traits<_InputIterator>::iterator_category, 138 typename iterator_traits<_ForwardIterator>::iterator_category>::
|
D | list | 70 typedef std::bidirectional_iterator_tag iterator_category; 111 typedef std::bidirectional_iterator_tag iterator_category;
|
/external/stlport/stlport/stl/debug/ |
D | _iterator.h | 131 typedef typename iterator_traits<_Const_iterator>::iterator_category _Iterator_category; 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 | _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
|
/external/stlport/stlport/stl/pointers/ |
D | _tools.h | 340 typedef typename _IteTraits::iterator_category iterator_category;
|