| /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 D | stl_iterator_base_types.h | 130 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 D | iterator_concepts.h | 352 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 D | stl_iterator_base_types.h | 130 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 D | iterator_concepts.h | 352 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 D | iterator_traits.hpp | 16 #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 D | iterator_facade.hpp | 96 …, 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 D | iterator_traits.hpp | 49 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 D | reverse_iterator.hpp | 38 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 D | iterator_category.hpp | 25 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 D | pair_view.hpp | 152 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 D | iterator.hpp | 59 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 D | query_iterators.hpp | 23 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 D | iterators.hpp | 19 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 D | numeric | 121 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 D | iterator.h | 51 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 D | numeric | 121 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 D | iterator.h | 51 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 D | equal.hpp | 138 …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 D | iterator.hpp | 59 …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 D | iterators.hpp | 703 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 D | iterators.hpp | 156 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 D | pbf_writer.hpp | 750 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 D | iterator | 27 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 D | iterator | 27 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 D | token_functions.hpp | 318 typedef typename Iterator::iterator_category type; 331 typedef typename cat::type iterator_category; typedef 372 >::iterator_category in operator ()() 463 >::iterator_category in operator ()()
|