HomeSort by relevance Sort by last modified time
    Searched refs:iterator_category (Results 26 - 50 of 684) sorted by null

12 3 4 5 6 7 8 91011>>

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/detail/pat_trie_/
child_iterator.hpp 44 typedef std::forward_iterator_tag iterator_category; typedef in struct:iterator
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ext/pb_ds/detail/pat_trie_/
child_iterator.hpp 44 typedef std::forward_iterator_tag iterator_category; typedef in struct:iterator
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ext/pb_ds/detail/unordered_iterator/
const_iterator.hpp 51 typedef std::forward_iterator_tag iterator_category; typedef in class:const_iterator_
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/ext/pb_ds/detail/pat_trie_/
child_iterator.hpp 44 typedef std::forward_iterator_tag iterator_category; typedef in struct:iterator
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/ext/pb_ds/detail/unordered_iterator/
const_iterator.hpp 51 typedef std::forward_iterator_tag iterator_category; typedef in class:const_iterator_
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/pat_trie_/
child_iterator.hpp 44 typedef std::forward_iterator_tag iterator_category; typedef in struct:iterator
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/pat_trie_/
child_iterator.hpp 44 typedef std::forward_iterator_tag iterator_category; typedef in struct:iterator
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/pat_trie_/
child_iterator.hpp 44 typedef std::forward_iterator_tag iterator_category; typedef in struct:iterator
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ext/pb_ds/detail/pat_trie_/
child_iterator.hpp 44 typedef std::forward_iterator_tag iterator_category; typedef in struct:iterator
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/pb_ds/detail/pat_trie_/
child_iterator.hpp 44 typedef std::forward_iterator_tag iterator_category; typedef in struct:iterator
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/pb_ds/detail/unordered_iterator/
const_iterator.hpp 51 typedef std::forward_iterator_tag iterator_category; typedef in class:const_iterator_
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/detail/unordered_iterator/
const_iterator.hpp 48 typedef std::forward_iterator_tag iterator_category; typedef in class:const_iterator_
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/pb_ds/detail/pat_trie_/
child_iterator.hpp 44 typedef std::forward_iterator_tag iterator_category; typedef in struct:iterator
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/pb_ds/detail/unordered_iterator/
const_iterator.hpp 51 typedef std::forward_iterator_tag iterator_category; typedef in class:const_iterator_
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/detail/unordered_iterator/
const_iterator.hpp 48 typedef std::forward_iterator_tag iterator_category; typedef in class:const_iterator_
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/pb_ds/detail/unordered_iterator/
const_iterator.hpp 48 typedef std::forward_iterator_tag iterator_category; typedef in class:const_iterator_
  /external/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...]
_ostreambuf_iterator.h 50 typedef output_iterator_tag iterator_category; typedef in class:ostreambuf_iterator
92 iterator_category(const ostreambuf_iterator<_CharT, _Traits>&) { return output_iterator_tag(); } function
  /ndk/sources/cxx-stl/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...]
  /prebuilts/ndk/5/sources/cxx-stl/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...]
  /prebuilts/ndk/6/sources/cxx-stl/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...]
  /prebuilts/ndk/7/sources/cxx-stl/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...]
  /prebuilts/ndk/8/sources/cxx-stl/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...]
  /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...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/vector.bool/
types.pass.cpp 50 typename std::iterator_traits<typename C::iterator>::iterator_category,
53 typename std::iterator_traits<typename C::const_iterator>::iterator_category,

Completed in 1551 milliseconds

12 3 4 5 6 7 8 91011>>