HomeSort by relevance Sort by last modified time
    Searched defs:iterator_category (Results 376 - 400 of 564) sorted by null

<<11121314151617181920>>

  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
_iterator_base.h 60 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...]
_unordered_map.h 389 typedef output_iterator_tag iterator_category; typedef in class:insert_iterator
416 typedef output_iterator_tag iterator_category; typedef in class:insert_iterator
_unordered_set.h 364 typedef output_iterator_tag iterator_category; typedef in class:insert_iterator
391 typedef output_iterator_tag iterator_category; typedef in class:insert_iterator
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/debug/
_hashtable.h 85 iterator_category(const _STLP_PRIV _DBG_iter_base< _STLP_NON_DBG_HT >&) function
_iterator.h 131 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
_list.h 52 iterator_category(const _STLP_PRIV _DBG_iter_base< _STLP_NON_DBG_LIST >&) function
_slist.h 46 iterator_category(const _STLP_PRIV _DBG_iter_base< _STLP_NON_DBG_SLIST >&) function
_string.h 37 iterator_category(const _STLP_PRIV _DBG_iter_base< _STLP_NON_DBG_STRING >&) function
_tree.h 85 iterator_category(const _STLP_PRIV _DBG_iter_base< _STLP_NON_DBG_TREE >&) function
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
stl_iterator.h 98 : public iterator<typename iterator_traits<_Iterator>::iterator_category,
711 typedef typename __traits_type::iterator_category iterator_category; typedef in class:__normal_iterator
933 typedef typename __traits_type::iterator_category iterator_category; typedef in class:move_iterator
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/debug/
safe_iterator.h 106 typedef typename _Traits::iterator_category iterator_category; typedef in class:__gnu_debug::_Safe_iterator
390 typedef typename std::iterator_traits<_Iterator1>::iterator_category
667 iterator_category>
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/
pointer.h 291 typedef std::random_access_iterator_tag iterator_category; typedef in class:_Pointer_adapter
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
stl_iterator.h 99 : public iterator<typename iterator_traits<_Iterator>::iterator_category,
719 typedef typename __traits_type::iterator_category iterator_category; typedef in class:__normal_iterator
941 typedef typename __traits_type::iterator_category iterator_category; typedef in class:move_iterator
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/debug/
safe_iterator.h 101 typedef typename std::iterator_traits<_Iterator1>::iterator_category
137 typedef typename _Traits::iterator_category iterator_category; typedef in class:__gnu_debug::_Safe_iterator
727 iterator_category>
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/
pointer.h 286 typedef std::random_access_iterator_tag iterator_category; typedef in class:_Pointer_adapter
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/
stl_iterator.h 97 : public iterator<typename iterator_traits<_Iterator>::iterator_category,
717 typedef typename __traits_type::iterator_category iterator_category; typedef in class:__normal_iterator
939 typedef typename __traits_type::iterator_category iterator_category; typedef in class:move_iterator
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/debug/
safe_iterator.h 99 typedef typename std::iterator_traits<_Iterator1>::iterator_category
135 typedef typename _Traits::iterator_category iterator_category; typedef in class:__gnu_debug::_Safe_iterator
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/
pointer.h 287 typedef std::random_access_iterator_tag iterator_category; typedef in class:_Pointer_adapter
  /external/chromium_org/third_party/WebKit/Source/wtf/
Deque.h 150 typedef std::bidirectional_iterator_tag iterator_category; typedef in class:WTF::DequeIterator
181 typedef std::bidirectional_iterator_tag iterator_category; typedef in class:WTF::DequeConstIterator
  /external/clang/include/clang/AST/
CanonicalType.h 395 typedef typename std::iterator_traits<InputIterator>::iterator_category
396 iterator_category; typedef in class:clang::CanTypeIterator
ExternalASTSource.h 395 typedef std::random_access_iterator_tag iterator_category; typedef in class:clang::LazyVector::iterator
  /external/llvm/include/llvm/ADT/
ImmutableMap.h 217 typedef std::bidirectional_iterator_tag iterator_category; typedef in class:llvm::ImmutableMap::iterator
  /external/stlport/stlport/stl/pointers/
_tools.h 340 typedef typename _IteTraits::iterator_category iterator_category; typedef in struct:_IteWrapper
  /frameworks/compile/mclinker/include/mcld/ADT/
BinTree.h 115 typedef std::forward_iterator_tag iterator_category; typedef in class:mcld::PolicyIteratorBase
204 typedef std::bidirectional_iterator_tag iterator_category; typedef in struct:mcld::TreeIterator
  /ndk/sources/cxx-stl/stlport/stlport/stl/pointers/
_tools.h 340 typedef typename _IteTraits::iterator_category iterator_category; typedef in struct:_IteWrapper

Completed in 1012 milliseconds

<<11121314151617181920>>