Searched defs:iterator_category (Results 1 - 25 of 64) sorted by relevance

123

/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_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_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_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_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
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...]
/external/llvm/include/llvm/Support/
H A DPath.h64 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/AST/
H A DAttrIterator.h74 typedef std::forward_iterator_tag iterator_category; typedef in class:clang::specific_attr_iterator
H A DDeclLookups.h32 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 DDeclFriend.h184 typedef std::forward_iterator_tag iterator_category; typedef in class:CXXRecordDecl::friend_iterator
H A DDependentDiagnostic.h133 typedef std::forward_iterator_tag iterator_category; typedef in class:clang::DeclContext::ddiag_iterator
H A DUnresolvedSet.h51 typedef std::iterator_traits<IteratorTy>::iterator_category iterator_category; typedef in class:clang::UnresolvedSetIterator
/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_deque.h46 inline random_access_iterator_tag iterator_category(const _STLP_PRIV _DBG_iter_base< _STLP_NON_DBG_DEQUE >&) function
/external/chromium_org/content/browser/indexed_db/
H A Dlist_set.h72 typedef std::bidirectional_iterator_tag iterator_category; typedef in class:list_set::iterator
111 typedef std::bidirectional_iterator_tag iterator_category; typedef in class:list_set::const_iterator
/external/clang/include/clang/Sema/
H A DIdentifierResolver.h73 typedef std::input_iterator_tag iterator_category; typedef in class:clang::IdentifierResolver::iterator
/external/clang/test/Analysis/inlining/
H A Dcontainers.cpp157 typedef std::forward_iterator_tag iterator_category; typedef in struct:BeginOnlySet::IterImpl
/external/clang/tools/diagtool/
H A DDiagnosticNames.h64 typedef std::forward_iterator_tag iterator_category; typedef in class:diagtool::GroupRecord::group_iterator
/external/llvm/include/llvm/ADT/
H A DSmallPtrSet.h182 typedef std::forward_iterator_tag iterator_category; typedef in class:llvm::SmallPtrSetIterator
H A DDenseSet.h72 typedef std::forward_iterator_tag iterator_category; typedef in class:llvm::DenseSet::Iterator
92 typedef std::forward_iterator_tag iterator_category; typedef in class:llvm::DenseSet::ConstIterator
/external/chromium_org/third_party/libphonenumber/src/phonenumbers/utf/
H A Dunicodetext.h184 typedef bidirectional_iterator_tag iterator_category; typedef in class:i18n::phonenumbers::UnicodeText::const_iterator
/external/llvm/include/llvm/Analysis/
H A DIntervalIterator.h98 typedef std::forward_iterator_tag iterator_category; typedef in class:llvm::IntervalIterator

Completed in 784 milliseconds

123