Home
last modified time | relevance | path

Searched refs:iterator_category (Results 1 – 25 of 167) sorted by relevance

1234567

/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/bits/
H A Dstl_iterator_base_types.h130 typedef _Category iterator_category; in _GLIBCXX_VISIBILITY() typedef
162 __void_t<typename _Iterator::iterator_category, in _GLIBCXX_VISIBILITY()
168 typedef typename _Iterator::iterator_category iterator_category; in _GLIBCXX_VISIBILITY()
184 typedef typename _Iterator::iterator_category iterator_category; in _GLIBCXX_VISIBILITY()
201 using iterator_category = random_access_iterator_tag; in _GLIBCXX_VISIBILITY()
212 typedef random_access_iterator_tag iterator_category; in _GLIBCXX_VISIBILITY()
223 typedef random_access_iterator_tag iterator_category; in _GLIBCXX_VISIBILITY()
237 typename iterator_traits<_Iter>::iterator_category in _GLIBCXX_VISIBILITY()
239 { return typename iterator_traits<_Iter>::iterator_category(); } in _GLIBCXX_VISIBILITY()
246 = typename iterator_traits<_Iter>::iterator_category; in _GLIBCXX_VISIBILITY()
[all …]
H A Diterator_concepts.h352 typename _Iter::iterator_category; in _GLIBCXX_VISIBILITY()
363 = !requires { typename _Iter::iterator_category; }; in _GLIBCXX_VISIBILITY()
381 using iterator_category = typename _Iterator::iterator_category; in _GLIBCXX_VISIBILITY()
399 requires requires { typename _Iter::iterator_category; } in _GLIBCXX_VISIBILITY()
401 { using type = typename _Iter::iterator_category; }; in _GLIBCXX_VISIBILITY()
444 using iterator_category = typename __cat<_Iterator>::type; in _GLIBCXX_VISIBILITY()
472 using iterator_category = output_iterator_tag; in _GLIBCXX_VISIBILITY()
493 && requires { typename __iter_traits<_Iter>::iterator_category; }) in _GLIBCXX_VISIBILITY()
495 { using type = typename __iter_traits<_Iter>::iterator_category; }; in _GLIBCXX_VISIBILITY()
500 && !requires { typename __iter_traits<_Iter>::iterator_category; } in _GLIBCXX_VISIBILITY()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/bits/
H A Dstl_iterator_base_types.h130 typedef _Category iterator_category; in _GLIBCXX_VISIBILITY() typedef
162 __void_t<typename _Iterator::iterator_category, in _GLIBCXX_VISIBILITY()
168 typedef typename _Iterator::iterator_category iterator_category; in _GLIBCXX_VISIBILITY()
184 typedef typename _Iterator::iterator_category iterator_category; in _GLIBCXX_VISIBILITY()
201 using iterator_category = random_access_iterator_tag; in _GLIBCXX_VISIBILITY()
212 typedef random_access_iterator_tag iterator_category; in _GLIBCXX_VISIBILITY()
223 typedef random_access_iterator_tag iterator_category; in _GLIBCXX_VISIBILITY()
237 typename iterator_traits<_Iter>::iterator_category in _GLIBCXX_VISIBILITY()
239 { return typename iterator_traits<_Iter>::iterator_category(); } in _GLIBCXX_VISIBILITY()
246 = typename iterator_traits<_Iter>::iterator_category; in _GLIBCXX_VISIBILITY()
[all …]
H A Diterator_concepts.h352 typename _Iter::iterator_category; in _GLIBCXX_VISIBILITY()
363 = !requires { typename _Iter::iterator_category; }; in _GLIBCXX_VISIBILITY()
381 using iterator_category = typename _Iterator::iterator_category; in _GLIBCXX_VISIBILITY()
399 requires requires { typename _Iter::iterator_category; } in _GLIBCXX_VISIBILITY()
401 { using type = typename _Iter::iterator_category; }; in _GLIBCXX_VISIBILITY()
444 using iterator_category = typename __cat<_Iterator>::type; in _GLIBCXX_VISIBILITY()
472 using iterator_category = output_iterator_tag; in _GLIBCXX_VISIBILITY()
493 && requires { typename __iter_traits<_Iter>::iterator_category; }) in _GLIBCXX_VISIBILITY()
495 { using type = typename __iter_traits<_Iter>::iterator_category; }; in _GLIBCXX_VISIBILITY()
500 && !requires { typename __iter_traits<_Iter>::iterator_category; } in _GLIBCXX_VISIBILITY()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/iterator/
H A Diterator_traits.hpp16 #define BOOST_ITERATOR_CATEGORY iterator_category
45 struct iterator_category struct
47 typedef typename boost::detail::iterator_traits<Iterator>::iterator_category type; argument
56 using iterators::iterator_category;
H A Diterator_facade.hpp96 …, is_traversal_at_least< typename iterator_category< Facade1 >::type, random_access_traversal_tag >
97 …, is_traversal_at_least< typename iterator_category< Facade2 >::type, random_access_traversal_tag >
117 >::type iterator_category; typedef
141 iterator<iterator_category, value_type, Difference, pointer, Reference>
650 typedef typename associated_types::iterator_category iterator_category; typedef in boost::iterators::detail::iterator_facade_base
911 …boost::iterators::detail::is_traversal_at_least< typename iterator_category< Derived1 >::type, ran…
912 …boost::iterators::detail::is_traversal_at_least< typename iterator_category< Derived2 >::type, ran…
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/move/detail/
H A Diterator_traits.hpp49 typedef typename Iterator::iterator_category iterator_category; typedef
60 typedef std::random_access_iterator_tag iterator_category; typedef
71 typedef std::random_access_iterator_tag iterator_category; typedef
H A Dreverse_iterator.hpp38 typedef typename boost::movelib::iterator_traits<It>::iterator_category iterator_category; typedef in boost::movelib::reverse_iterator
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/mpl/
H A Diterator_category.hpp25 struct iterator_category struct
28 BOOST_MPL_AUX_LAMBDA_SUPPORT(1,iterator_category,(Iterator))
31 BOOST_MPL_AUX_NA_SPEC(1, iterator_category)
H A Dpair_view.hpp152 typename iterator_category<iter1_>::type
153 , typename iterator_category<iter2_>::type
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/intrusive/detail/
H A Diterator.hpp59 typedef Category iterator_category; typedef
84 < is_boost_iterator<typename boost::intrusive::iterator_traits<I>::iterator_category >::value
95 < typename boost::intrusive::iterator_traits<I>::iterator_category
105 < typename boost::intrusive::iterator_traits<I>::iterator_category
118 < typename boost::intrusive::iterator_traits<I>::iterator_category
122 < typename boost::intrusive::iterator_traits<I>::iterator_category
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/index/detail/rtree/
H A Dquery_iterators.hpp23 typedef std::forward_iterator_tag iterator_category; typedef
68 typedef std::forward_iterator_tag iterator_category; typedef in boost::geometry::index::detail::rtree::iterators::spatial_query_iterator
136 typedef std::forward_iterator_tag iterator_category; typedef in boost::geometry::index::detail::rtree::iterators::distance_query_iterator
209 typedef std::forward_iterator_tag iterator_category; typedef in boost::geometry::index::detail::rtree::iterators::query_iterator_base
232 typedef std::forward_iterator_tag iterator_category; typedef in boost::geometry::index::detail::rtree::iterators::query_iterator_wrapper
265 typedef std::forward_iterator_tag iterator_category; typedef in boost::geometry::index::detail::rtree::iterators::query_iterator
H A Diterators.hpp19 typedef std::forward_iterator_tag iterator_category; typedef
64 typedef std::forward_iterator_tag iterator_category; typedef in boost::geometry::index::detail::rtree::iterators::iterator
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/parallel/
H A Dnumeric121 typedef typename _IteratorTraits::iterator_category _IteratorCategory;
134 typedef typename _IteratorTraits::iterator_category _IteratorCategory;
148 typedef typename _IteratorTraits::iterator_category _IteratorCategory;
159 typedef typename _IteratorTraits::iterator_category _IteratorCategory;
240 typedef typename _TraitsType1::iterator_category _IteratorCategory1;
243 typedef typename _TraitsType2::iterator_category _IteratorCategory2;
259 typedef typename _TraitsType1::iterator_category _IteratorCategory1;
262 typedef typename _TraitsType2::iterator_category _IteratorCategory2;
372 typedef typename _ITraitsType::iterator_category _IIteratorCategory;
375 typedef typename _OTraitsType::iterator_category _OIterCategory;
[all …]
H A Diterator.h51 typedef _IteratorCategory iterator_category; typedef
123 typedef _IteratorCategory iterator_category; typedef
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/parallel/
H A Dnumeric121 typedef typename _IteratorTraits::iterator_category _IteratorCategory;
134 typedef typename _IteratorTraits::iterator_category _IteratorCategory;
148 typedef typename _IteratorTraits::iterator_category _IteratorCategory;
159 typedef typename _IteratorTraits::iterator_category _IteratorCategory;
240 typedef typename _TraitsType1::iterator_category _IteratorCategory1;
243 typedef typename _TraitsType2::iterator_category _IteratorCategory2;
259 typedef typename _TraitsType1::iterator_category _IteratorCategory1;
262 typedef typename _TraitsType2::iterator_category _IteratorCategory2;
372 typedef typename _ITraitsType::iterator_category _IIteratorCategory;
375 typedef typename _OTraitsType::iterator_category _OIterCategory;
[all …]
H A Diterator.h51 typedef _IteratorCategory iterator_category; typedef
123 typedef _IteratorCategory iterator_category; typedef
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/range/algorithm/
H A Dequal.hpp138 …UCED_TYPENAME std::iterator_traits< SinglePassTraversalReadableIterator1 >::iterator_category tag1; in equal()
139 …UCED_TYPENAME std::iterator_traits< SinglePassTraversalReadableIterator2 >::iterator_category tag2; in equal()
153 …UCED_TYPENAME std::iterator_traits< SinglePassTraversalReadableIterator1 >::iterator_category tag1; in equal()
154 …UCED_TYPENAME std::iterator_traits< SinglePassTraversalReadableIterator2 >::iterator_category tag2; in equal()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/move/
H A Diterator.hpp59 …pedef typename boost::movelib::iterator_traits<iterator_type>::iterator_category iterator_category; typedef in boost::move_iterator
196 typedef std::output_iterator_tag iterator_category; typedef in boost::back_move_insert_iterator
238 typedef std::output_iterator_tag iterator_category; typedef in boost::front_move_insert_iterator
278 typedef std::output_iterator_tag iterator_category; typedef in boost::move_insert_iterator
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/container/detail/
H A Diterators.hpp703 static char test(int, typename X::iterator_category*);
715 static const bool value = is_same<typename T::iterator_category, std::input_iterator_tag>::value;
733 …static const bool value = is_same<typename T::iterator_category, std::forward_iterator_tag>::value;
745 …static const bool value = is_same<typename T::iterator_category, std::bidirectional_iterator_tag>:…
774 typedef typename IIterator::iterator_category iterator_category; typedef
781 < typename iiterator_types<IIterator>::iterator_category
792 < typename iiterator_types<IIterator>::iterator_category
808 typedef typename types_t::iterator_category iterator_category; typedef in boost::container::container_detail::iterator_from_iiterator
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/protozero/1.5.2/include/protozero/
H A Diterators.hpp156 using iterator_category = std::forward_iterator_tag; typedef in protozero::const_fixed_iterator
227 using iterator_category = std::forward_iterator_tag; typedef in protozero::const_varint_iterator
286 using iterator_category = std::forward_iterator_tag; typedef in protozero::const_svarint_iterator
H A Dpbf_writer.hpp750 typename std::iterator_traits<InputIterator>::iterator_category()); in add_packed_fixed32()
765 typename std::iterator_traits<InputIterator>::iterator_category()); in add_packed_sfixed32()
780 typename std::iterator_traits<InputIterator>::iterator_category()); in add_packed_fixed64()
795 typename std::iterator_traits<InputIterator>::iterator_category()); in add_packed_sfixed64()
810 typename std::iterator_traits<InputIterator>::iterator_category()); in add_packed_float()
825 typename std::iterator_traits<InputIterator>::iterator_category()); in add_packed_double()
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/libcxx/include/
H A Diterator27 typedef typename Iterator::iterator_category iterator_category;
37 typedef random_access_iterator_tag iterator_category;
48 typedef Category iterator_category;
77 : public iterator<typename iterator_traits<Iterator>::iterator_category,
218 typedef typename iterator_traits<Iterator>::iterator_category iterator_category;
446 …template <class _Up> static char __test(typename std::__void_t<typename _Up::iterator_category>::t…
463 template <class _Up> static char __test(typename _Up::iterator_category* = 0);
477 typedef typename _Iter::iterator_category iterator_category;
487 is_convertible<typename _Iter::iterator_category, input_iterator_tag>::value ||
488 is_convertible<typename _Iter::iterator_category, output_iterator_tag>::value
[all …]
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/libcxx/include/
H A Diterator27 typedef typename Iterator::iterator_category iterator_category;
37 typedef random_access_iterator_tag iterator_category;
48 typedef Category iterator_category;
77 : public iterator<typename iterator_traits<Iterator>::iterator_category,
218 typedef typename iterator_traits<Iterator>::iterator_category iterator_category;
446 …template <class _Up> static char __test(typename std::__void_t<typename _Up::iterator_category>::t…
463 template <class _Up> static char __test(typename _Up::iterator_category* = 0);
477 typedef typename _Iter::iterator_category iterator_category;
487 is_convertible<typename _Iter::iterator_category, input_iterator_tag>::value ||
488 is_convertible<typename _Iter::iterator_category, output_iterator_tag>::value
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/
H A Dtoken_functions.hpp318 typedef typename Iterator::iterator_category type;
331 typedef typename cat::type iterator_category; typedef
372 >::iterator_category in operator ()()
463 >::iterator_category in operator ()()

1234567