| /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/pstl/ |
| H A D | glue_memory_impl.h | 25 typedef typename iterator_traits<_InputIterator>::value_type _ValueType1; in uninitialized_copy() 26 typedef typename iterator_traits<_ForwardIterator>::value_type _ValueType2; in uninitialized_copy() 27 typedef typename iterator_traits<_InputIterator>::reference _ReferenceType1; in uninitialized_copy() 28 typedef typename iterator_traits<_ForwardIterator>::reference _ReferenceType2; in uninitialized_copy() 59 typedef typename iterator_traits<_InputIterator>::value_type _ValueType1; in uninitialized_copy_n() 60 typedef typename iterator_traits<_ForwardIterator>::value_type _ValueType2; in uninitialized_copy_n() 61 typedef typename iterator_traits<_InputIterator>::reference _ReferenceType1; in uninitialized_copy_n() 62 typedef typename iterator_traits<_ForwardIterator>::reference _ReferenceType2; in uninitialized_copy_n() 95 typedef typename iterator_traits<_InputIterator>::value_type _ValueType1; in uninitialized_move() 96 typedef typename iterator_traits<_ForwardIterator>::value_type _ValueType2; in uninitialized_move() [all …]
|
| /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/pstl/ |
| H A D | glue_memory_impl.h | 25 typedef typename iterator_traits<_InputIterator>::value_type _ValueType1; in uninitialized_copy() 26 typedef typename iterator_traits<_ForwardIterator>::value_type _ValueType2; in uninitialized_copy() 27 typedef typename iterator_traits<_InputIterator>::reference _ReferenceType1; in uninitialized_copy() 28 typedef typename iterator_traits<_ForwardIterator>::reference _ReferenceType2; in uninitialized_copy() 59 typedef typename iterator_traits<_InputIterator>::value_type _ValueType1; in uninitialized_copy_n() 60 typedef typename iterator_traits<_ForwardIterator>::value_type _ValueType2; in uninitialized_copy_n() 61 typedef typename iterator_traits<_InputIterator>::reference _ReferenceType1; in uninitialized_copy_n() 62 typedef typename iterator_traits<_ForwardIterator>::reference _ReferenceType2; in uninitialized_copy_n() 95 typedef typename iterator_traits<_InputIterator>::value_type _ValueType1; in uninitialized_move() 96 typedef typename iterator_traits<_ForwardIterator>::value_type _ValueType2; in uninitialized_move() [all …]
|
| /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_algo.h | 201 typename iterator_traits<_ForwardIterator>::difference_type in _GLIBCXX_VISIBILITY() 231 typedef typename std::iterator_traits<_RandomAccessIter>::difference_type in _GLIBCXX_VISIBILITY() 374 typename iterator_traits<_ForwardIterator1>::value_type, in _GLIBCXX_VISIBILITY() 375 typename iterator_traits<_ForwardIterator2>::value_type>) in _GLIBCXX_VISIBILITY() 425 typename iterator_traits<_ForwardIterator1>::value_type, in _GLIBCXX_VISIBILITY() 426 typename iterator_traits<_ForwardIterator2>::value_type>) in _GLIBCXX_VISIBILITY() 511 typename iterator_traits<_InputIterator>::value_type>) in _GLIBCXX_VISIBILITY() 558 typename iterator_traits<_ForwardIterator>::value_type>) in _GLIBCXX_VISIBILITY() 563 typedef typename iterator_traits<_ForwardIterator>::difference_type in _GLIBCXX_VISIBILITY() 625 typename iterator_traits<_InputIterator>::value_type>) in _GLIBCXX_VISIBILITY() [all …]
|
| H A D | stl_iterator_base_types.h | 150 struct iterator_traits; in _GLIBCXX_VISIBILITY() 177 struct iterator_traits in _GLIBCXX_VISIBILITY() 182 struct iterator_traits in _GLIBCXX_VISIBILITY() 198 struct iterator_traits<_Tp*> in _GLIBCXX_VISIBILITY() 210 struct iterator_traits<_Tp*> in _GLIBCXX_VISIBILITY() 221 struct iterator_traits<const _Tp*> 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() 262 template<typename _It, typename _Traits = iterator_traits<_It>, in _GLIBCXX_VISIBILITY()
|
| H A D | stl_iterator_base_funcs.h | 79 typename iterator_traits<_InputIterator>::difference_type in _GLIBCXX_VISIBILITY() 86 typename iterator_traits<_InputIterator>::difference_type __n = 0; in _GLIBCXX_VISIBILITY() 97 typename iterator_traits<_RandomAccessIterator>::difference_type in _GLIBCXX_VISIBILITY() 137 typename iterator_traits<_InputIterator>::difference_type in _GLIBCXX_VISIBILITY() 205 typename iterator_traits<_InputIterator>::difference_type __d = __n; in _GLIBCXX_VISIBILITY() 214 iterator_traits<_InputIterator>::difference_type __n = 1) in _GLIBCXX_VISIBILITY() 225 iterator_traits<_BidirectionalIterator>::difference_type __n = 1) in _GLIBCXX_VISIBILITY()
|
| H A D | stl_algobase.h | 119 typedef typename iterator_traits<_ForwardIterator1>::value_type in _GLIBCXX_VISIBILITY() 161 typedef typename iterator_traits<_ForwardIterator1>::value_type in _GLIBCXX_VISIBILITY() 163 typedef typename iterator_traits<_ForwardIterator2>::value_type in _GLIBCXX_VISIBILITY() 171 typedef typename iterator_traits<_ForwardIterator1>::reference in _GLIBCXX_VISIBILITY() 173 typedef typename iterator_traits<_ForwardIterator2>::reference in _GLIBCXX_VISIBILITY() 377 typedef typename iterator_traits<_II>::difference_type _Distance; in _GLIBCXX_VISIBILITY() 397 typedef typename iterator_traits<_II>::difference_type _Distance; in _GLIBCXX_VISIBILITY() 465 typedef typename iterator_traits<_II>::iterator_category _Category; in _GLIBCXX_VISIBILITY() 565 typename iterator_traits<_II>::value_type>) in _GLIBCXX_VISIBILITY() 598 typename iterator_traits<_II>::value_type>) in _GLIBCXX_VISIBILITY() [all …]
|
| H A D | stl_heap.h | 163 typedef typename iterator_traits<_RandomAccessIterator>::value_type in _GLIBCXX_VISIBILITY() 165 typedef typename iterator_traits<_RandomAccessIterator>::difference_type in _GLIBCXX_VISIBILITY() 200 typedef typename iterator_traits<_RandomAccessIterator>::value_type in _GLIBCXX_VISIBILITY() 202 typedef typename iterator_traits<_RandomAccessIterator>::difference_type in _GLIBCXX_VISIBILITY() 256 typedef typename iterator_traits<_RandomAccessIterator>::value_type in _GLIBCXX_VISIBILITY() 258 typedef typename iterator_traits<_RandomAccessIterator>::difference_type in _GLIBCXX_VISIBILITY() 288 typename iterator_traits<_RandomAccessIterator>::value_type>) in _GLIBCXX_VISIBILITY() 342 typedef typename iterator_traits<_RandomAccessIterator>::value_type in _GLIBCXX_VISIBILITY() 344 typedef typename iterator_traits<_RandomAccessIterator>::difference_type in _GLIBCXX_VISIBILITY() 380 typename iterator_traits<_RandomAccessIterator>::value_type>) in _GLIBCXX_VISIBILITY() [all …]
|
| /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_algo.h | 201 typename iterator_traits<_ForwardIterator>::difference_type in _GLIBCXX_VISIBILITY() 231 typedef typename std::iterator_traits<_RandomAccessIter>::difference_type in _GLIBCXX_VISIBILITY() 374 typename iterator_traits<_ForwardIterator1>::value_type, in _GLIBCXX_VISIBILITY() 375 typename iterator_traits<_ForwardIterator2>::value_type>) in _GLIBCXX_VISIBILITY() 425 typename iterator_traits<_ForwardIterator1>::value_type, in _GLIBCXX_VISIBILITY() 426 typename iterator_traits<_ForwardIterator2>::value_type>) in _GLIBCXX_VISIBILITY() 511 typename iterator_traits<_InputIterator>::value_type>) in _GLIBCXX_VISIBILITY() 558 typename iterator_traits<_ForwardIterator>::value_type>) in _GLIBCXX_VISIBILITY() 563 typedef typename iterator_traits<_ForwardIterator>::difference_type in _GLIBCXX_VISIBILITY() 625 typename iterator_traits<_InputIterator>::value_type>) in _GLIBCXX_VISIBILITY() [all …]
|
| H A D | stl_iterator_base_types.h | 150 struct iterator_traits; in _GLIBCXX_VISIBILITY() 177 struct iterator_traits in _GLIBCXX_VISIBILITY() 182 struct iterator_traits in _GLIBCXX_VISIBILITY() 198 struct iterator_traits<_Tp*> in _GLIBCXX_VISIBILITY() 210 struct iterator_traits<_Tp*> in _GLIBCXX_VISIBILITY() 221 struct iterator_traits<const _Tp*> 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() 262 template<typename _It, typename _Traits = iterator_traits<_It>, in _GLIBCXX_VISIBILITY()
|
| H A D | stl_iterator_base_funcs.h | 79 typename iterator_traits<_InputIterator>::difference_type in _GLIBCXX_VISIBILITY() 86 typename iterator_traits<_InputIterator>::difference_type __n = 0; in _GLIBCXX_VISIBILITY() 97 typename iterator_traits<_RandomAccessIterator>::difference_type in _GLIBCXX_VISIBILITY() 137 typename iterator_traits<_InputIterator>::difference_type in _GLIBCXX_VISIBILITY() 205 typename iterator_traits<_InputIterator>::difference_type __d = __n; in _GLIBCXX_VISIBILITY() 214 iterator_traits<_InputIterator>::difference_type __n = 1) in _GLIBCXX_VISIBILITY() 225 iterator_traits<_BidirectionalIterator>::difference_type __n = 1) in _GLIBCXX_VISIBILITY()
|
| H A D | stl_algobase.h | 119 typedef typename iterator_traits<_ForwardIterator1>::value_type in _GLIBCXX_VISIBILITY() 161 typedef typename iterator_traits<_ForwardIterator1>::value_type in _GLIBCXX_VISIBILITY() 163 typedef typename iterator_traits<_ForwardIterator2>::value_type in _GLIBCXX_VISIBILITY() 171 typedef typename iterator_traits<_ForwardIterator1>::reference in _GLIBCXX_VISIBILITY() 173 typedef typename iterator_traits<_ForwardIterator2>::reference in _GLIBCXX_VISIBILITY() 377 typedef typename iterator_traits<_II>::difference_type _Distance; in _GLIBCXX_VISIBILITY() 397 typedef typename iterator_traits<_II>::difference_type _Distance; in _GLIBCXX_VISIBILITY() 465 typedef typename iterator_traits<_II>::iterator_category _Category; in _GLIBCXX_VISIBILITY() 565 typename iterator_traits<_II>::value_type>) in _GLIBCXX_VISIBILITY() 598 typename iterator_traits<_II>::value_type>) in _GLIBCXX_VISIBILITY() [all …]
|
| H A D | stl_heap.h | 163 typedef typename iterator_traits<_RandomAccessIterator>::value_type in _GLIBCXX_VISIBILITY() 165 typedef typename iterator_traits<_RandomAccessIterator>::difference_type in _GLIBCXX_VISIBILITY() 200 typedef typename iterator_traits<_RandomAccessIterator>::value_type in _GLIBCXX_VISIBILITY() 202 typedef typename iterator_traits<_RandomAccessIterator>::difference_type in _GLIBCXX_VISIBILITY() 256 typedef typename iterator_traits<_RandomAccessIterator>::value_type in _GLIBCXX_VISIBILITY() 258 typedef typename iterator_traits<_RandomAccessIterator>::difference_type in _GLIBCXX_VISIBILITY() 288 typename iterator_traits<_RandomAccessIterator>::value_type>) in _GLIBCXX_VISIBILITY() 342 typedef typename iterator_traits<_RandomAccessIterator>::value_type in _GLIBCXX_VISIBILITY() 344 typedef typename iterator_traits<_RandomAccessIterator>::difference_type in _GLIBCXX_VISIBILITY() 380 typename iterator_traits<_RandomAccessIterator>::value_type>) in _GLIBCXX_VISIBILITY() [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/move/algo/detail/ |
| H A D | adaptive_sort_merge.hpp | 145 typename iterator_traits<ForwardIt>::size_type 148 typedef typename iterator_traits<ForwardIt>::size_type size_type; in count_if_with() 329 typedef typename iterator_traits<Iterator>::size_type size_type; 391 , const typename iterator_traits<RandIt>::value_type &next_key, Compare comp) in skip_until_merge() 503 typename iterator_traits<RandIt>::size_type 508 , typename iterator_traits<RandIt>::size_type const l_block in find_next_block() 509 , typename iterator_traits<RandIt>::size_type const ix_first_block in find_next_block() 510 , typename iterator_traits<RandIt>::size_type const ix_last_block in find_next_block() 513 typedef typename iterator_traits<RandIt>::size_type size_type; in find_next_block() 514 typedef typename iterator_traits<RandIt>::value_type value_type; in find_next_block() [all …]
|
| H A D | merge_sort.hpp | 47 typedef typename iterator_traits<RandIt>::size_type size_type; in inplace_stable_sort() 65 typedef typename iterator_traits<RandIt>::size_type size_type; in merge_sort_copy() 87 typedef typename iterator_traits<RandIt>::size_type size_type; in merge_sort_uninitialized_copy() 88 typedef typename iterator_traits<RandIt>::value_type value_type; in merge_sort_uninitialized_copy() 112 typedef typename iterator_traits<RandIt>::size_type size_type; in merge_sort() 113 typedef typename iterator_traits<RandIt>::value_type value_type; in merge_sort()
|
| /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 | 51 using boost::movelib::iterator_traits; 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 133 : iterator_enable_if_tag<I, Tag, typename boost::intrusive::iterator_traits<I>::difference_type> 138 : iterator_disable_if_tag<I, Tag, typename boost::intrusive::iterator_traits<I>::difference_type> 234 typename iterator_traits<InputIt>::difference_type off = 0; in iterator_distance() 247 typename iterator_traits<InputIt>::difference_type off = last - first; in iterator_distance() [all …]
|
| /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 | multiway_merge.h | 106 typename std::iterator_traits<_RAIter>::value_type& 176 typename std::iterator_traits<_RAIter>::value_type& 250 typedef typename std::iterator_traits<_RAIterIterator> in multiway_merge_3_variant() 253 typedef typename std::iterator_traits<_RAIter1>::value_type in multiway_merge_3_variant() 368 typedef typename std::iterator_traits<_RAIterIterator> in multiway_merge_4_variant() 371 typedef typename std::iterator_traits<_RAIter1>::value_type in multiway_merge_4_variant() 499 typedef typename std::iterator_traits<_RAIterIterator> in multiway_merge_loser_tree() 501 typedef typename std::iterator_traits<_RAIterIterator> in multiway_merge_loser_tree() 504 typedef typename std::iterator_traits<_RAIter1>::value_type in multiway_merge_loser_tree() 577 const typename std::iterator_traits<typename std::iterator_traits< in multiway_merge_loser_tree_unguarded() [all …]
|
| H A D | merge.h | 111 typedef typename std::iterator_traits<_RAIter1>::value_type in __merge_advance_movc() 113 typedef typename std::iterator_traits<_RAIter2>::value_type in __merge_advance_movc() 200 std::iterator_traits<_RAIter1>:: in __parallel_merge_advance() 226 std::iterator_traits<_RAIter1>:: in __parallel_merge_advance() 230 std::iterator_traits<_RAIter1>::value_type _ValueType; in __parallel_merge_advance() 231 typedef typename std::iterator_traits<_RAIter1>:: in __parallel_merge_advance() 233 typedef typename std::iterator_traits<_RAIter3>:: in __parallel_merge_advance()
|
| H A D | numeric | 119 typedef std::iterator_traits<_IIter> _IteratorTraits; 132 typedef std::iterator_traits<_IIter> _IteratorTraits; 147 typedef iterator_traits<_IIter> _IteratorTraits; 158 typedef iterator_traits<_IIter> _IteratorTraits; 239 typedef iterator_traits<_IIter1> _TraitsType1; 242 typedef iterator_traits<_IIter2> _TraitsType2; 258 typedef iterator_traits<_IIter1> _TraitsType1; 261 typedef iterator_traits<_IIter2> _TraitsType2; 276 typedef iterator_traits<_IIter1> _TraitsType1; 278 typedef iterator_traits<_IIter2> _TraitsType2; [all …]
|
| H A D | quicksort.h | 50 typename std::iterator_traits<_RAIter>::difference_type 52 _Compare __comp, typename std::iterator_traits in __parallel_sort_qs_divide() 54 typename std::iterator_traits in __parallel_sort_qs_divide() 58 typedef std::iterator_traits<_RAIter> _TraitsType; in __parallel_sort_qs_divide() 105 typedef std::iterator_traits<_RAIter> _TraitsType; in __parallel_sort_qs_conquer() 160 typedef std::iterator_traits<_RAIter> _TraitsType; in __parallel_sort_qs()
|
| /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 | multiway_merge.h | 106 typename std::iterator_traits<_RAIter>::value_type& 176 typename std::iterator_traits<_RAIter>::value_type& 250 typedef typename std::iterator_traits<_RAIterIterator> in multiway_merge_3_variant() 253 typedef typename std::iterator_traits<_RAIter1>::value_type in multiway_merge_3_variant() 368 typedef typename std::iterator_traits<_RAIterIterator> in multiway_merge_4_variant() 371 typedef typename std::iterator_traits<_RAIter1>::value_type in multiway_merge_4_variant() 499 typedef typename std::iterator_traits<_RAIterIterator> in multiway_merge_loser_tree() 501 typedef typename std::iterator_traits<_RAIterIterator> in multiway_merge_loser_tree() 504 typedef typename std::iterator_traits<_RAIter1>::value_type in multiway_merge_loser_tree() 577 const typename std::iterator_traits<typename std::iterator_traits< in multiway_merge_loser_tree_unguarded() [all …]
|
| H A D | merge.h | 111 typedef typename std::iterator_traits<_RAIter1>::value_type in __merge_advance_movc() 113 typedef typename std::iterator_traits<_RAIter2>::value_type in __merge_advance_movc() 200 std::iterator_traits<_RAIter1>:: in __parallel_merge_advance() 226 std::iterator_traits<_RAIter1>:: in __parallel_merge_advance() 230 std::iterator_traits<_RAIter1>::value_type _ValueType; in __parallel_merge_advance() 231 typedef typename std::iterator_traits<_RAIter1>:: in __parallel_merge_advance() 233 typedef typename std::iterator_traits<_RAIter3>:: in __parallel_merge_advance()
|
| H A D | numeric | 119 typedef std::iterator_traits<_IIter> _IteratorTraits; 132 typedef std::iterator_traits<_IIter> _IteratorTraits; 147 typedef iterator_traits<_IIter> _IteratorTraits; 158 typedef iterator_traits<_IIter> _IteratorTraits; 239 typedef iterator_traits<_IIter1> _TraitsType1; 242 typedef iterator_traits<_IIter2> _TraitsType2; 258 typedef iterator_traits<_IIter1> _TraitsType1; 261 typedef iterator_traits<_IIter2> _TraitsType2; 276 typedef iterator_traits<_IIter1> _TraitsType1; 278 typedef iterator_traits<_IIter2> _TraitsType2; [all …]
|
| H A D | quicksort.h | 50 typename std::iterator_traits<_RAIter>::difference_type 52 _Compare __comp, typename std::iterator_traits in __parallel_sort_qs_divide() 54 typename std::iterator_traits in __parallel_sort_qs_divide() 58 typedef std::iterator_traits<_RAIter> _TraitsType; in __parallel_sort_qs_divide() 105 typedef std::iterator_traits<_RAIter> _TraitsType; in __parallel_sort_qs_conquer() 160 typedef std::iterator_traits<_RAIter> _TraitsType; in __parallel_sort_qs()
|
| /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 | 22 typedef typename boost::detail::iterator_traits<Iterator>::value_type type; 28 typedef typename boost::detail::iterator_traits<Iterator>::reference type; 35 typedef typename boost::detail::iterator_traits<Iterator>::pointer type; 41 typedef typename boost::detail::iterator_traits<Iterator>::difference_type type; 47 typedef typename boost::detail::iterator_traits<Iterator>::iterator_category type;
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/proto/functional/std/ |
| H A D | iterator.hpp | 46 typename std::iterator_traits< 55 typename std::iterator_traits<InputIterator>::difference_type 95 , static_cast<typename std::iterator_traits<ForwardIterator>::difference_type>(1) in operator ()() 102 , typename std::iterator_traits<ForwardIterator>::difference_type n in operator ()() 142 … , -static_cast<typename std::iterator_traits<BidirectionalIterator>::difference_type>(1) in operator ()() 149 , typename std::iterator_traits<BidirectionalIterator>::difference_type n in operator ()()
|