Searched refs:iterator_category (Results 1 - 25 of 60) sorted by relevance

123

/external/astl/tests/
H A Dtest_iterator.cpp39 typedef std::input_iterator_tag iterator_category; typedef in struct:android::Input
47 typedef std::forward_iterator_tag iterator_category; typedef in struct:android::Forward
55 typedef std::bidirectional_iterator_tag iterator_category; typedef in struct:android::Bidirectional
63 typedef std::random_access_iterator_tag iterator_category; typedef in struct:android::Random
105 EXPECT_TRUE(category(android::iterator_category(Input())) == INPUT);
106 EXPECT_TRUE(category(android::iterator_category(Forward())) == FORWARD);
107 EXPECT_TRUE(category(android::iterator_category(Bidirectional())) == BIDIRECTIONAL);
108 EXPECT_TRUE(category(android::iterator_category(Random())) == RANDOM);
/external/stlport/stlport/stl/
H A D_raw_storage_iter.h46 typedef output_iterator_tag iterator_category; typedef in class:raw_storage_iterator
72 inline output_iterator_tag iterator_category(const raw_storage_iterator<_ForwardIterator, _Tp>&) { return output_iterator_tag(); } function
H A D_iterator_base.h60 typedef _Category iterator_category; typedef in struct:iterator
68 typedef output_iterator_tag iterator_category; typedef in struct:iterator
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 # define _STLP_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; typedef in struct:iterator_traits
148 typedef typename _Iterator::iterator_category iterator_category; typedef in struct:iterator_traits::iterator_traits
167 typedef random_access_iterator_tag iterator_category; typedef in struct:iterator_traits::iterator_traits
176 typedef random_access_iterator_tag iterator_category; typedef in struct:iterator_traits::iterator_traits
186 typedef random_access_iterator_tag iterator_category; typedef in struct:iterator_traits::iterator_traits
280 iterator_category(const input_iterator<_Tp, _Distance>&) { return input_iterator_tag(); } function in struct:iterator_traits
282 iterator_category(const output_iterator&) { return output_iterator_tag(); } function in struct:iterator_traits
285 iterator_category(const forward_iterator<_Tp, _Distance>&) { return forward_iterator_tag(); } function in struct:iterator_traits
288 iterator_category(const bidirectional_iterator<_Tp, _Distance>&) { return bidirectional_iterator_tag(); } function in struct:iterator_traits
291 iterator_category(const random_access_iterator<_Tp, _Distance>&) { return random_access_iterator_tag(); } function in struct:iterator_traits
[all...]
H A D_ostreambuf_iterator.h50 typedef output_iterator_tag iterator_category; typedef in class:ostreambuf_iterator
92 iterator_category(const ostreambuf_iterator<_CharT, _Traits>&) { return output_iterator_tag(); } function
H A D_iterator_old.h43 iterator_category(const back_insert_iterator<_Container>&) { return output_iterator_tag(); } function
46 iterator_category(const front_insert_iterator<_Container>&) { return output_iterator_tag(); } function
49 iterator_category(const insert_iterator<_Container>&) { return output_iterator_tag(); } function
71 typedef bidirectional_iterator_tag iterator_category; typedef in class:reverse_bidirectional_iterator
116 iterator_category(const reverse_bidirectional_iterator<_BidirectionalIterator, _Tp, Reference__, _Distance>&) function
165 typedef random_access_iterator_tag iterator_category; typedef in class:reverse_iterator
224 iterator_category(const reverse_iterator<_RandomAccessIterator, _Tp, Reference__, _Distance>&) function
H A D_stream_iterator.h102 typedef input_iterator_tag iterator_category; typedef in class:istream_iterator
175 typedef output_iterator_tag iterator_category; typedef in class:ostream_iterator
197 iterator_category(const ostream_iterator<_TpP>&) { return output_iterator_tag(); } function
201 iterator_category(const ostream_iterator<_TpP, _CharT, _Traits>&) { return output_iterator_tag(); } function
227 iterator_category(const istream_iterator< __ISI_TMPL_ARGUMENTS >&) function
H A D_istreambuf_iterator.h55 typedef input_iterator_tag iterator_category; typedef in class:istreambuf_iterator
134 inline input_iterator_tag _STLP_CALL iterator_category(const istreambuf_iterator<_CharT, _Traits>&) { return input_iterator_tag(); } function
H A D_iterator.h48 public iterator<typename iterator_traits<_Iterator>::iterator_category,
169 typedef output_iterator_tag iterator_category; typedef in class:back_insert_iterator
199 typedef output_iterator_tag iterator_category; typedef in class:front_insert_iterator
229 typedef output_iterator_tag iterator_category; typedef in class:insert_iterator
/external/astl/include/
H A Diterator53 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(); }
[all...]
H A Dmemory137 typename iterator_traits<_InputIterator>::iterator_category,
138 typename iterator_traits<_ForwardIterator>::iterator_category>::
H A Dlist70 typedef std::bidirectional_iterator_tag iterator_category;
111 typedef std::bidirectional_iterator_tag iterator_category;
H A Dalgorithm119 typedef typename iterator_traits<_InputIterator>::iterator_category
/external/llvm/include/llvm/ADT/
H A DDenseSet.h70 typedef std::forward_iterator_tag iterator_category; typedef in class:llvm::DenseSet::Iterator
90 typedef std::forward_iterator_tag iterator_category; typedef in class:llvm::DenseSet::ConstIterator
H A DSTLExtras.h80 typedef typename std::iterator_traits<RootIt>::iterator_category
81 iterator_category; typedef in class:llvm::mapped_iterator
/external/clang/include/clang/AST/
H A DDeclLookups.h31 typedef std::forward_iterator_tag iterator_category; typedef in class:clang::DeclContext::all_lookups_iterator
H A DRedeclarable.h124 typedef std::forward_iterator_tag iterator_category; typedef in class:clang::Redeclarable::redecl_iterator
H A DUnresolvedSet.h48 typedef std::iterator_traits<IteratorTy>::iterator_category iterator_category; typedef in class:clang::UnresolvedSetIterator
H A DDeclFriend.h146 typedef std::forward_iterator_tag iterator_category; typedef in class:clang::CXXRecordDecl::friend_iterator
H A DDependentDiagnostic.h135 typedef std::forward_iterator_tag iterator_category; typedef in class:clang::DeclContext::ddiag_iterator
/external/clang/tools/diagtool/
H A DDiagnosticNames.h64 typedef std::forward_iterator_tag iterator_category; typedef in class:diagtool::GroupRecord::group_iterator
/external/oprofile/libpp/
H A Dprofile.h156 typedef input_iterator_tag iterator_category; typedef in struct:std::iterator_traits
/external/stlport/stlport/stl/debug/
H A D_iterator.h131 typedef typename iterator_traits<_Const_iterator>::iterator_category _Iterator_category;
135 typedef _Iterator_category iterator_category; typedef in struct:_DBG_iter_base
216 typedef typename _Base::iterator_category iterator_category; typedef in struct:_DBG_iter
439 iterator_category(const _STLP_PRIV _DBG_iter_base<_Container>&) { function
/external/llvm/include/llvm/Support/
H A DPathV2.h63 typedef std::bidirectional_iterator_tag iterator_category; typedef in class:llvm::sys::path::const_iterator
H A DInstIterator.h40 typedef std::bidirectional_iterator_tag iterator_category; typedef in class:llvm::InstIterator
/external/clang/include/clang/Sema/
H A DIdentifierResolver.h78 typedef std::input_iterator_tag iterator_category; typedef in class:clang::IdentifierResolver::iterator

Completed in 325 milliseconds

123