HomeSort by relevance Sort by last modified time
    Searched defs:iterator_category (Results 201 - 225 of 446) sorted by null

1 2 3 4 5 6 7 891011>>

  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ext/pb_ds/detail/ov_tree_map_/
node_iterators.hpp 91 typedef trivial_iterator_tag iterator_category; typedef in class:__gnu_pbds::detail::ov_tree_node_const_it_
221 typedef trivial_iterator_tag iterator_category; typedef in class:__gnu_pbds::detail::ov_tree_node_it_
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ext/pb_ds/detail/pat_trie_/
node_iterators.hpp 148 typedef trivial_iterator_tag iterator_category; typedef in class:__gnu_pbds::detail::pat_trie_const_node_it_
point_iterators.hpp 131 typedef std::bidirectional_iterator_tag iterator_category; typedef in class:__gnu_pbds::detail::pat_trie_const_it_
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/pb_ds/detail/ov_tree_map_/
node_iterators.hpp 91 typedef trivial_iterator_tag iterator_category; typedef in class:__gnu_pbds::detail::ov_tree_node_const_it_
221 typedef trivial_iterator_tag iterator_category; typedef in class:__gnu_pbds::detail::ov_tree_node_it_
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/pb_ds/detail/pat_trie_/
node_iterators.hpp 148 typedef trivial_iterator_tag iterator_category; typedef in class:__gnu_pbds::detail::pat_trie_const_node_it_
point_iterators.hpp 131 typedef std::bidirectional_iterator_tag iterator_category; typedef in class:__gnu_pbds::detail::pat_trie_const_it_
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/profile/
iterator_tracker.h 53 typedef typename _Traits::iterator_category iterator_category; typedef in class:__profile::__iterator_tracker
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/debug/
safe_local_iterator.h 75 typedef typename _Traits::iterator_category iterator_category; typedef in class:__gnu_debug::_Safe_local_iterator
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/detail/ov_tree_map_/
node_iterators.hpp 90 typedef trivial_iterator_tag iterator_category; typedef in class:__gnu_pbds::detail::ov_tree_node_const_it_
220 typedef trivial_iterator_tag iterator_category; typedef in class:__gnu_pbds::detail::ov_tree_node_it_
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/profile/
iterator_tracker.h 53 typedef typename _Traits::iterator_category iterator_category; typedef in class:__profile::__iterator_tracker
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_iterator.h 48 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
_iterator_old.h 43 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
_stream_iterator.h 102 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
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/debug/
_vector.h 48 iterator_category(const _STLP_PRIV _DBG_iter_base< _STLP_NON_DBG_VECTOR >&) function
  /external/clang/include/clang/AST/
UnresolvedSet.h 51 typedef std::iterator_traits<IteratorTy>::iterator_category iterator_category; typedef in class:clang::UnresolvedSetIterator
  /external/clang/include/clang/Driver/
ArgList.h 55 typedef std::forward_iterator_tag iterator_category; typedef in class:clang::driver::arg_iterator
  /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
SmallPtrSet.h 183 typedef std::forward_iterator_tag iterator_category; typedef in class:llvm::SmallPtrSetIterator
  /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

Completed in 205 milliseconds

1 2 3 4 5 6 7 891011>>