Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/move/
H A Diterator.hpp44 class move_iterator class
61 BOOST_MOVE_FORCEINLINE move_iterator() in move_iterator() function in boost::move_iterator
65 BOOST_MOVE_FORCEINLINE explicit move_iterator(const It &i) in move_iterator() function in boost::move_iterator
70 BOOST_MOVE_FORCEINLINE move_iterator(const move_iterator<U>& u) in move_iterator() function in boost::move_iterator
86 BOOST_MOVE_FORCEINLINE move_iterator& operator++() in operator ++()
89 BOOST_MOVE_FORCEINLINE move_iterator<iterator_type> operator++(int) in operator ++()
90 { move_iterator<iterator_type> tmp(*this); ++(*this); return tmp; } in operator ++()
92 BOOST_MOVE_FORCEINLINE move_iterator& operator--() in operator --()
95 BOOST_MOVE_FORCEINLINE move_iterator<iterator_type> operator--(int) in operator --()
96 { move_iterator<iterator_type> tmp(*this); --(*this); return tmp; } in operator --()
[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 Dstl_iterator.h1304 class move_iterator
1340 move_iterator()
1344 move_iterator(iterator_type __i)
1349 move_iterator(const move_iterator<_Iter>& __i)
1354 move_iterator& operator=(const move_iterator<_Iter>& __i)
1386 _GLIBCXX17_CONSTEXPR move_iterator&
1393 _GLIBCXX17_CONSTEXPR move_iterator
1396 move_iterator __tmp = *this;
1407 _GLIBCXX17_CONSTEXPR move_iterator&
1414 _GLIBCXX17_CONSTEXPR move_iterator
[all …]
H A Dranges_algobase.h70 __is_move_iterator<move_iterator<_Iterator>> = true; in _GLIBCXX_VISIBILITY()
226 return {move_iterator{std::move(__in)}, std::move(__out)}; in _GLIBCXX_VISIBILITY()
/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.h1304 class move_iterator
1340 move_iterator()
1344 move_iterator(iterator_type __i)
1349 move_iterator(const move_iterator<_Iter>& __i)
1354 move_iterator& operator=(const move_iterator<_Iter>& __i)
1386 _GLIBCXX17_CONSTEXPR move_iterator&
1393 _GLIBCXX17_CONSTEXPR move_iterator
1396 move_iterator __tmp = *this;
1407 _GLIBCXX17_CONSTEXPR move_iterator&
1414 _GLIBCXX17_CONSTEXPR move_iterator
[all …]
H A Dranges_algobase.h70 __is_move_iterator<move_iterator<_Iterator>> = true; in _GLIBCXX_VISIBILITY()
226 return {move_iterator{std::move(__in)}, std::move(__out)}; in _GLIBCXX_VISIBILITY()
/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/debug/
H A Dstl_iterator.h95 __valid_range(const std::move_iterator<_Iterator>& __first,
96 const std::move_iterator<_Iterator>& __last,
102 __get_distance(const std::move_iterator<_Iterator>& __first,
103 const std::move_iterator<_Iterator>& __last)
108 __can_advance(const std::move_iterator<_Iterator>& __it, _Size __n)
113 __can_advance(const std::move_iterator<_Iterator>& __it,
120 __unsafe(const std::move_iterator<_Iterator>& __it)
126 __base(const std::move_iterator<_Iterator>& __it)
H A Dformatter.h64 class move_iterator; variable
393 _Parameter(std::move_iterator<_Iterator> const& __it, in _Parameter()
399 _Parameter(std::move_iterator<_Safe_iterator<_Iterator, _Sequence, in _Parameter()
405 = _GLIBCXX_TYPEID(std::move_iterator<_Iterator>);
/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/debug/
H A Dstl_iterator.h95 __valid_range(const std::move_iterator<_Iterator>& __first,
96 const std::move_iterator<_Iterator>& __last,
102 __get_distance(const std::move_iterator<_Iterator>& __first,
103 const std::move_iterator<_Iterator>& __last)
108 __can_advance(const std::move_iterator<_Iterator>& __it, _Size __n)
113 __can_advance(const std::move_iterator<_Iterator>& __it,
120 __unsafe(const std::move_iterator<_Iterator>& __it)
126 __base(const std::move_iterator<_Iterator>& __it)
H A Dformatter.h64 class move_iterator; variable
393 _Parameter(std::move_iterator<_Iterator> const& __it, in _Parameter()
399 _Parameter(std::move_iterator<_Safe_iterator<_Iterator, _Sequence, in _Parameter()
405 = _GLIBCXX_TYPEID(std::move_iterator<_Iterator>);
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/libcxx/include/
H A Diterator212 class move_iterator {
221 constexpr move_iterator(); // all the constexprs are in C++17
222 constexpr explicit move_iterator(Iterator i);
224 constexpr move_iterator(const move_iterator<U>& u);
226 constexpr move_iterator& operator=(const move_iterator<U>& u);
230 constexpr move_iterator& operator++();
231 constexpr move_iterator operator++(int);
232 constexpr move_iterator& operator--();
233 constexpr move_iterator operator--(int);
234 constexpr move_iterator operator+(difference_type n) const;
[all …]
H A D__split_buffer383 typedef move_iterator<iterator> _Ip;
430 __t.__construct_at_end(move_iterator<pointer>(__begin_),
431 move_iterator<pointer>(__end_));
450 __t.__construct_at_end(move_iterator<pointer>(__begin_),
451 move_iterator<pointer>(__end_));
483 __t.__construct_at_end(move_iterator<pointer>(__begin_),
484 move_iterator<pointer>(__end_));
514 __t.__construct_at_end(move_iterator<pointer>(__begin_),
515 move_iterator<pointer>(__end_));
547 __t.__construct_at_end(move_iterator<pointer>(__begin_),
[all …]
H A Ddeque1598 typedef move_iterator<iterator> _Ip;
1621 typedef move_iterator<iterator> _Ip;
2161 return insert(__p, move_iterator<__bi>(__buf.begin()), move_iterator<__bi>(__buf.end()));
2175 return insert(__p, move_iterator<__fwd>(__buf.begin()), move_iterator<__fwd>(__buf.end()));
H A Dforward_list1002 typedef move_iterator<iterator> _Ip;
1040 typedef move_iterator<iterator> _Ip;
H A Dalgorithm1595 __unwrap_iter(move_iterator<_Tp*> __i)
4666 // __merge<_Compare>(move_iterator<value_type*>(__buff),
4667 // move_iterator<value_type*>(__buff + __l2),
4668 // move_iterator<_RandomAccessIterator>(__buff + __l2),
4669 // move_iterator<_RandomAccessIterator>(__buff + __len),
H A Dlist1341 typedef move_iterator<iterator> _Ip;
1365 typedef move_iterator<iterator> _Ip;
H A Dvector1314 typedef move_iterator<iterator> _Ip;
1366 typedef move_iterator<iterator> _Ip;
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/libcxx/include/
H A Diterator212 class move_iterator {
221 constexpr move_iterator(); // all the constexprs are in C++17
222 constexpr explicit move_iterator(Iterator i);
224 constexpr move_iterator(const move_iterator<U>& u);
226 constexpr move_iterator& operator=(const move_iterator<U>& u);
230 constexpr move_iterator& operator++();
231 constexpr move_iterator operator++(int);
232 constexpr move_iterator& operator--();
233 constexpr move_iterator operator--(int);
234 constexpr move_iterator operator+(difference_type n) const;
[all …]
H A D__split_buffer383 typedef move_iterator<iterator> _Ip;
430 __t.__construct_at_end(move_iterator<pointer>(__begin_),
431 move_iterator<pointer>(__end_));
450 __t.__construct_at_end(move_iterator<pointer>(__begin_),
451 move_iterator<pointer>(__end_));
483 __t.__construct_at_end(move_iterator<pointer>(__begin_),
484 move_iterator<pointer>(__end_));
514 __t.__construct_at_end(move_iterator<pointer>(__begin_),
515 move_iterator<pointer>(__end_));
547 __t.__construct_at_end(move_iterator<pointer>(__begin_),
[all …]
H A Ddeque1598 typedef move_iterator<iterator> _Ip;
1621 typedef move_iterator<iterator> _Ip;
2161 return insert(__p, move_iterator<__bi>(__buf.begin()), move_iterator<__bi>(__buf.end()));
2175 return insert(__p, move_iterator<__fwd>(__buf.begin()), move_iterator<__fwd>(__buf.end()));
H A Dforward_list1002 typedef move_iterator<iterator> _Ip;
1040 typedef move_iterator<iterator> _Ip;
H A Dalgorithm1595 __unwrap_iter(move_iterator<_Tp*> __i)
4666 // __merge<_Compare>(move_iterator<value_type*>(__buff),
4667 // move_iterator<value_type*>(__buff + __l2),
4668 // move_iterator<_RandomAccessIterator>(__buff + __l2),
4669 // move_iterator<_RandomAccessIterator>(__buff + __len),
H A Dlist1341 typedef move_iterator<iterator> _Ip;
1365 typedef move_iterator<iterator> _Ip;
H A Dvector1314 typedef move_iterator<iterator> _Ip;
1366 typedef move_iterator<iterator> _Ip;
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/container/detail/
H A Dcopy_move_algo.hpp64 struct are_elements_contiguous< ::boost::move_iterator<It> >
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/container/
H A Dvector.hpp2465 …container_detail::insert_range_proxy<Allocator, boost::move_iterator<T*>, T*> priv_dummy_empty_pro… in priv_dummy_empty_proxy()
2467 return container_detail::insert_range_proxy<Allocator, boost::move_iterator<T*>, T*> in priv_dummy_empty_proxy()