Searched refs:iterator_category (Results 1 - 25 of 970) sorted by relevance

1234567891011>>

/prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/
H A Dstl_iterator_base_types.h107 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(); }
/prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/
H A Dstl_iterator_base_types.h107 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(); }
/prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/
H A Dstl_iterator_base_types.h107 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(); }
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/
H A Dstl_iterator_base_types.h107 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(); }
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/
H A Dstl_iterator_base_types.h121 typedef _Category iterator_category; typedef in struct:iterator
142 _GLIBCXX_HAS_NESTED_TYPE(iterator_category)
151 typedef typename _Iterator::iterator_category iterator_category; typedef in struct:__iterator_traits
165 typedef typename _Iterator::iterator_category iterator_category; typedef in struct:iterator_traits
177 typedef random_access_iterator_tag iterator_category; typedef in struct:iterator_traits
188 typedef random_access_iterator_tag iterator_category; typedef in struct:iterator_traits
200 inline typename iterator_traits<_Iter>::iterator_category
202 { return typename iterator_traits<_Iter>::iterator_category(); }
[all...]
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/
H A Dstl_iterator_base_types.h121 typedef _Category iterator_category; typedef in struct:iterator
142 _GLIBCXX_HAS_NESTED_TYPE(iterator_category)
151 typedef typename _Iterator::iterator_category iterator_category; typedef in struct:__iterator_traits
165 typedef typename _Iterator::iterator_category iterator_category; typedef in struct:iterator_traits
177 typedef random_access_iterator_tag iterator_category; typedef in struct:iterator_traits
188 typedef random_access_iterator_tag iterator_category; typedef in struct:iterator_traits
200 inline typename iterator_traits<_Iter>::iterator_category
202 { return typename iterator_traits<_Iter>::iterator_category(); }
[all...]
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/mingw/include/c++/4.8.3/bits/
H A Dstl_iterator_base_types.h121 typedef _Category iterator_category; typedef in struct:iterator
142 _GLIBCXX_HAS_NESTED_TYPE(iterator_category)
151 typedef typename _Iterator::iterator_category iterator_category; typedef in struct:__iterator_traits
165 typedef typename _Iterator::iterator_category iterator_category; typedef in struct:iterator_traits
177 typedef random_access_iterator_tag iterator_category; typedef in struct:iterator_traits
188 typedef random_access_iterator_tag iterator_category; typedef in struct:iterator_traits
200 inline typename iterator_traits<_Iter>::iterator_category
202 { return typename iterator_traits<_Iter>::iterator_category(); }
[all...]
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
H A Dstl_iterator_base_types.h121 typedef _Category iterator_category; typedef in struct:iterator
142 _GLIBCXX_HAS_NESTED_TYPE(iterator_category)
151 typedef typename _Iterator::iterator_category iterator_category; typedef in struct:__iterator_traits
165 typedef typename _Iterator::iterator_category iterator_category; typedef in struct:iterator_traits
177 typedef random_access_iterator_tag iterator_category; typedef in struct:iterator_traits
188 typedef random_access_iterator_tag iterator_category; typedef in struct:iterator_traits
200 inline typename iterator_traits<_Iter>::iterator_category
202 { return typename iterator_traits<_Iter>::iterator_category(); }
[all...]
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/
H A Dstl_iterator_base_types.h121 typedef _Category iterator_category; typedef in struct:iterator
142 _GLIBCXX_HAS_NESTED_TYPE(iterator_category)
151 typedef typename _Iterator::iterator_category iterator_category; typedef in struct:__iterator_traits
165 typedef typename _Iterator::iterator_category iterator_category; typedef in struct:iterator_traits
177 typedef random_access_iterator_tag iterator_category; typedef in struct:iterator_traits
188 typedef random_access_iterator_tag iterator_category; typedef in struct:iterator_traits
200 inline typename iterator_traits<_Iter>::iterator_category
202 { return typename iterator_traits<_Iter>::iterator_category(); }
[all...]
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
H A Dstl_iterator_base_types.h121 typedef _Category iterator_category; typedef in struct:iterator
142 _GLIBCXX_HAS_NESTED_TYPE(iterator_category)
151 typedef typename _Iterator::iterator_category iterator_category; typedef in struct:__iterator_traits
165 typedef typename _Iterator::iterator_category iterator_category; typedef in struct:iterator_traits
177 typedef random_access_iterator_tag iterator_category; typedef in struct:iterator_traits
188 typedef random_access_iterator_tag iterator_category; typedef in struct:iterator_traits
200 inline typename iterator_traits<_Iter>::iterator_category
202 { return typename iterator_traits<_Iter>::iterator_category(); }
[all...]
/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/
H A Dstl_iterator_base_types.h121 typedef _Category iterator_category; typedef in struct:iterator
142 _GLIBCXX_HAS_NESTED_TYPE(iterator_category)
151 typedef typename _Iterator::iterator_category iterator_category; typedef in struct:__iterator_traits
165 typedef typename _Iterator::iterator_category iterator_category; typedef in struct:iterator_traits
177 typedef random_access_iterator_tag iterator_category; typedef in struct:iterator_traits
188 typedef random_access_iterator_tag iterator_category; typedef in struct:iterator_traits
200 inline typename iterator_traits<_Iter>::iterator_category
202 { return typename iterator_traits<_Iter>::iterator_category(); }
[all...]
/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
H A Dstl_iterator_base_types.h121 typedef _Category iterator_category; typedef in struct:iterator
142 _GLIBCXX_HAS_NESTED_TYPE(iterator_category)
151 typedef typename _Iterator::iterator_category iterator_category; typedef in struct:__iterator_traits
165 typedef typename _Iterator::iterator_category iterator_category; typedef in struct:iterator_traits
177 typedef random_access_iterator_tag iterator_category; typedef in struct:iterator_traits
188 typedef random_access_iterator_tag iterator_category; typedef in struct:iterator_traits
200 inline typename iterator_traits<_Iter>::iterator_category
202 { return typename iterator_traits<_Iter>::iterator_category(); }
[all...]
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
H A Dstl_iterator_base_types.h122 typedef _Category iterator_category; typedef in struct:iterator
143 _GLIBCXX_HAS_NESTED_TYPE(iterator_category)
152 typedef typename _Iterator::iterator_category iterator_category; typedef in struct:__iterator_traits
166 typedef typename _Iterator::iterator_category iterator_category; typedef in struct:iterator_traits
178 typedef random_access_iterator_tag iterator_category; typedef in struct:iterator_traits
189 typedef random_access_iterator_tag iterator_category; typedef in struct:iterator_traits
201 inline typename iterator_traits<_Iter>::iterator_category
203 { return typename iterator_traits<_Iter>::iterator_category(); }
[all...]
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
H A Dstl_iterator_base_types.h122 typedef _Category iterator_category; typedef in struct:iterator
143 _GLIBCXX_HAS_NESTED_TYPE(iterator_category)
152 typedef typename _Iterator::iterator_category iterator_category; typedef in struct:__iterator_traits
166 typedef typename _Iterator::iterator_category iterator_category; typedef in struct:iterator_traits
178 typedef random_access_iterator_tag iterator_category; typedef in struct:iterator_traits
189 typedef random_access_iterator_tag iterator_category; typedef in struct:iterator_traits
201 inline typename iterator_traits<_Iter>::iterator_category
203 { return typename iterator_traits<_Iter>::iterator_category(); }
[all...]
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/include/bits/
H A Dstl_iterator_base_types.h122 typedef _Category iterator_category; typedef in struct:iterator
143 _GLIBCXX_HAS_NESTED_TYPE(iterator_category)
152 typedef typename _Iterator::iterator_category iterator_category; typedef in struct:__iterator_traits
166 typedef typename _Iterator::iterator_category iterator_category; typedef in struct:iterator_traits
178 typedef random_access_iterator_tag iterator_category; typedef in struct:iterator_traits
189 typedef random_access_iterator_tag iterator_category; typedef in struct:iterator_traits
201 inline typename iterator_traits<_Iter>::iterator_category
203 { return typename iterator_traits<_Iter>::iterator_category(); }
[all...]
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
H A Dstl_iterator_base_types.h122 typedef _Category iterator_category; typedef in struct:iterator
143 _GLIBCXX_HAS_NESTED_TYPE(iterator_category)
152 typedef typename _Iterator::iterator_category iterator_category; typedef in struct:__iterator_traits
166 typedef typename _Iterator::iterator_category iterator_category; typedef in struct:iterator_traits
178 typedef random_access_iterator_tag iterator_category; typedef in struct:iterator_traits
189 typedef random_access_iterator_tag iterator_category; typedef in struct:iterator_traits
201 inline typename iterator_traits<_Iter>::iterator_category
203 { return typename iterator_traits<_Iter>::iterator_category(); }
[all...]
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
H A Dstl_iterator_base_types.h122 typedef _Category iterator_category; typedef in struct:iterator
143 _GLIBCXX_HAS_NESTED_TYPE(iterator_category)
152 typedef typename _Iterator::iterator_category iterator_category; typedef in struct:__iterator_traits
166 typedef typename _Iterator::iterator_category iterator_category; typedef in struct:iterator_traits
178 typedef random_access_iterator_tag iterator_category; typedef in struct:iterator_traits
189 typedef random_access_iterator_tag iterator_category; typedef in struct:iterator_traits
201 inline typename iterator_traits<_Iter>::iterator_category
203 { return typename iterator_traits<_Iter>::iterator_category(); }
[all...]
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/include/bits/
H A Dstl_iterator_base_types.h122 typedef _Category iterator_category; typedef in struct:iterator
143 _GLIBCXX_HAS_NESTED_TYPE(iterator_category)
152 typedef typename _Iterator::iterator_category iterator_category; typedef in struct:__iterator_traits
166 typedef typename _Iterator::iterator_category iterator_category; typedef in struct:iterator_traits
178 typedef random_access_iterator_tag iterator_category; typedef in struct:iterator_traits
189 typedef random_access_iterator_tag iterator_category; typedef in struct:iterator_traits
201 inline typename iterator_traits<_Iter>::iterator_category
203 { return typename iterator_traits<_Iter>::iterator_category(); }
[all...]
/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
H A Dstl_iterator_base_types.h122 typedef _Category iterator_category; typedef in struct:iterator
143 _GLIBCXX_HAS_NESTED_TYPE(iterator_category)
152 typedef typename _Iterator::iterator_category iterator_category; typedef in struct:__iterator_traits
166 typedef typename _Iterator::iterator_category iterator_category; typedef in struct:iterator_traits
178 typedef random_access_iterator_tag iterator_category; typedef in struct:iterator_traits
189 typedef random_access_iterator_tag iterator_category; typedef in struct:iterator_traits
201 inline typename iterator_traits<_Iter>::iterator_category
203 { return typename iterator_traits<_Iter>::iterator_category(); }
[all...]
/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
H A Dstl_iterator_base_types.h122 typedef _Category iterator_category; typedef in struct:iterator
143 _GLIBCXX_HAS_NESTED_TYPE(iterator_category)
152 typedef typename _Iterator::iterator_category iterator_category; typedef in struct:__iterator_traits
166 typedef typename _Iterator::iterator_category iterator_category; typedef in struct:iterator_traits
178 typedef random_access_iterator_tag iterator_category; typedef in struct:iterator_traits
189 typedef random_access_iterator_tag iterator_category; typedef in struct:iterator_traits
201 inline typename iterator_traits<_Iter>::iterator_category
203 { return typename iterator_traits<_Iter>::iterator_category(); }
[all...]
/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/include/bits/
H A Dstl_iterator_base_types.h122 typedef _Category iterator_category; typedef in struct:iterator
143 _GLIBCXX_HAS_NESTED_TYPE(iterator_category)
152 typedef typename _Iterator::iterator_category iterator_category; typedef in struct:__iterator_traits
166 typedef typename _Iterator::iterator_category iterator_category; typedef in struct:iterator_traits
178 typedef random_access_iterator_tag iterator_category; typedef in struct:iterator_traits
189 typedef random_access_iterator_tag iterator_category; typedef in struct:iterator_traits
201 inline typename iterator_traits<_Iter>::iterator_category
203 { return typename iterator_traits<_Iter>::iterator_category(); }
[all...]
/prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
H A D_raw_storage_iter.h46 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
/prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
H A D_raw_storage_iter.h46 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
/prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
H A D_raw_storage_iter.h46 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
/prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
H A D_raw_storage_iter.h46 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

Completed in 653 milliseconds

1234567891011>>