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

<<11121314151617181920>>

  /external/chromium_org/third_party/libphonenumber/src/phonenumbers/utf/
unicodetext.h 184 typedef bidirectional_iterator_tag iterator_category; typedef in class:i18n::phonenumbers::UnicodeText::const_iterator
  /external/clang/include/clang/AST/
UnresolvedSet.h 51 typedef std::iterator_traits<IteratorTy>::iterator_category iterator_category; typedef in class:clang::UnresolvedSetIterator
  /external/llvm/include/llvm/ADT/
STLExtras.h 80 typedef typename std::iterator_traits<RootIt>::iterator_category
81 iterator_category; typedef in class:llvm::mapped_iterator
  /external/llvm/include/llvm/Option/
ArgList.h 51 typedef std::forward_iterator_tag iterator_category; typedef in class:llvm::opt::arg_iterator
  /external/stlport/stlport/stl/
_hash_map.h 447 typedef output_iterator_tag iterator_category; typedef in class:insert_iterator
474 typedef output_iterator_tag iterator_category; typedef in class:insert_iterator
_hash_set.h 442 typedef output_iterator_tag iterator_category; typedef in class:insert_iterator
469 typedef output_iterator_tag iterator_category; typedef in class:insert_iterator
_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
  /external/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
  /frameworks/compile/mclinker/include/mcld/Support/
GCFactory.h 75 typedef std::forward_iterator_tag iterator_category; typedef in class:mcld::DataIterator
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_hash_map.h 447 typedef output_iterator_tag iterator_category; typedef in class:insert_iterator
474 typedef output_iterator_tag iterator_category; typedef in class:insert_iterator
_hash_set.h 442 typedef output_iterator_tag iterator_category; typedef in class:insert_iterator
469 typedef output_iterator_tag iterator_category; typedef in class:insert_iterator
_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
  /ndk/sources/cxx-stl/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

Completed in 428 milliseconds

<<11121314151617181920>>