HomeSort by relevance Sort by last modified time
    Searched refs:iterator_category (Results 1 - 25 of 245) sorted by null

1 2 3 4 5 6 7 8 910

  /external/astl/tests/
test_iterator.cpp 39 typedef std::input_iterator_tag iterator_category; typedef in struct:android::Input
47 typedef std::forward_iterator_tag iterator_category; typedef in struct:android::Forward
55 typedef std::bidirectional_iterator_tag iterator_category; typedef in struct:android::Bidirectional
63 typedef std::random_access_iterator_tag iterator_category; typedef in struct:android::Random
105 EXPECT_TRUE(category(android::iterator_category(Input())) == INPUT);
106 EXPECT_TRUE(category(android::iterator_category(Forward())) == FORWARD);
107 EXPECT_TRUE(category(android::iterator_category(Bidirectional())) == BIDIRECTIONAL);
108 EXPECT_TRUE(category(android::iterator_category(Random())) == RANDOM);
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
stl_iterator_base_types.h 107 typedef _Category iterator_category; typedef in struct:iterator
127 typedef typename _Iterator::iterator_category iterator_category; typedef in struct:iterator_traits
137 typedef random_access_iterator_tag iterator_category; typedef in struct:iterator_traits
147 typedef random_access_iterator_tag iterator_category; typedef in struct:iterator_traits
159 inline typename iterator_traits<_Iter>::iterator_category
161 { return typename iterator_traits<_Iter>::iterator_category(); }
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_iterator_base_types.h 107 typedef _Category iterator_category; typedef in struct:iterator
127 typedef typename _Iterator::iterator_category iterator_category; typedef in struct:iterator_traits
137 typedef random_access_iterator_tag iterator_category; typedef in struct:iterator_traits
147 typedef random_access_iterator_tag iterator_category; typedef in struct:iterator_traits
159 inline typename iterator_traits<_Iter>::iterator_category
161 { return typename iterator_traits<_Iter>::iterator_category(); }
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_iterator_base_types.h 107 typedef _Category iterator_category; typedef in struct:iterator
127 typedef typename _Iterator::iterator_category iterator_category; typedef in struct:iterator_traits
137 typedef random_access_iterator_tag iterator_category; typedef in struct:iterator_traits
147 typedef random_access_iterator_tag iterator_category; typedef in struct:iterator_traits
159 inline typename iterator_traits<_Iter>::iterator_category
161 { return typename iterator_traits<_Iter>::iterator_category(); }
  /external/clang/include/clang/Index/
STLExtras.h 31 typedef typename iter_type::iterator_category iterator_category; typedef in class:clang::idx::pair_value_iterator
  /external/stlport/stlport/stl/
_raw_storage_iter.h 46 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
_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
_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
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_raw_storage_iter.h 46 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
_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
_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
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/stl/
_raw_storage_iter.h 46 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
_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
_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
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/stl/
_raw_storage_iter.h 46 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
_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
_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
  /prebuilt/linux-x86/toolchain/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
  /prebuilt/ndk/android-ndk-r5/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
  /prebuilt/ndk/android-ndk-r6/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
  /external/astl/include/
iterator 53 typedef _Category iterator_category; // See tags above.
65 typedef typename _Iterator::iterator_category iterator_category;
77 typedef random_access_iterator_tag iterator_category;
87 typedef random_access_iterator_tag iterator_category;
102 typedef typename iterator_traits<_Iterator>::iterator_category
103 iterator_category;
215 inline typename std::iterator_traits<_Iterator>::iterator_category
216 iterator_category(const _Iterator&)
217 { return typename std::iterator_traits<_Iterator>::iterator_category(); }
    [all...]

Completed in 1692 milliseconds

1 2 3 4 5 6 7 8 910