Home
last modified time | relevance | path

Searched refs:move_backward (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/algo/
H A Dmove.hpp80 O move_backward(I f, I l, O result) in move_backward() function
91 using ::std::move_backward;
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/index/detail/
H A Dvarray.hpp732 sv::move_backward(position, this->end() - 2, this->end() - 1); // may throw in insert()
775 sv::move_backward(position, this->end() - 2, this->end() - 1); // may throw in insert()
823 … sv::move_backward(position, position + to_move - count, this->end() - count); // may throw in insert()
1054 sv::move_backward(position, this->end() - 2, this->end() - 1); // may throw in emplace()
1103 … sv::move_backward(position, this->end() - 2, this->end() - 1); /*may throw*/\
1734 … sv::move_backward(position, position + to_move - count, this->end() - count); // may throw in insert_in_the_middle()
H A Dvarray_detail.hpp380 return boost::move_backward(first, last, dst); // may throw in move_backward_dispatch()
385 BDO move_backward(BDI first, BDI last, BDO dst) in move_backward() function
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/libcxx/include/
H A Ddeque257 move_backward(_RAIter __f,
265 move_backward(__deque_iterator<_V1, _P1, _R1, _M1, _D1, _B1> __f,
272 move_backward(__deque_iterator<_V1, _P1, _R1, _M1, _D1, _B1> __f,
526 move_backward(_RAIter __f,
535 move_backward(__deque_iterator<_V1, _P1, _R1, _M1, _D1, _B1> __f,
543 move_backward(__deque_iterator<_V1, _P1, _R1, _M1, _D1, _B1> __f,
818 // move_backward
823 move_backward(_RAIter __f,
843 _VSTD::move_backward(__m, __l, __re);
853 move_backward(__deque_iterator<_V1, _P1, _R1, _M1, _D1, _B1> __f,
[all …]
H A D__split_buffer476 __begin_ = _VSTD::move_backward(__begin_, __end_, __end_ + __d);
507 __begin_ = _VSTD::move_backward(__begin_, __end_, __end_ + __d);
H A D__bit_reference697 // move_backward
702 move_backward(__bit_iterator<_Cp, _IsConst> __first, __bit_iterator<_Cp, _IsConst> __last, __bit_it…
H A Diterator1288 template <class _B1, class _B2> _B2 _LIBCPP_INLINE_VISIBILITY move_backward(_B1, _B1, _B2);
1499 template <class _B1, class _B2> friend _B2 move_backward(_B1, _B1, _B2);
H A Dalgorithm1803 // move_backward
1837 move_backward(_BidirectionalIterator1 __first, _BidirectionalIterator1 __last,
2259 _BidirectionalIterator __fp1 = _VSTD::move_backward(__first, __lm1, __last);
H A Dvector1764 _VSTD::move_backward(__from_s, __from_s + __n, __old_last);
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/libcxx/include/
H A Ddeque257 move_backward(_RAIter __f,
265 move_backward(__deque_iterator<_V1, _P1, _R1, _M1, _D1, _B1> __f,
272 move_backward(__deque_iterator<_V1, _P1, _R1, _M1, _D1, _B1> __f,
526 move_backward(_RAIter __f,
535 move_backward(__deque_iterator<_V1, _P1, _R1, _M1, _D1, _B1> __f,
543 move_backward(__deque_iterator<_V1, _P1, _R1, _M1, _D1, _B1> __f,
818 // move_backward
823 move_backward(_RAIter __f,
843 _VSTD::move_backward(__m, __l, __re);
853 move_backward(__deque_iterator<_V1, _P1, _R1, _M1, _D1, _B1> __f,
[all …]
H A D__split_buffer476 __begin_ = _VSTD::move_backward(__begin_, __end_, __end_ + __d);
507 __begin_ = _VSTD::move_backward(__begin_, __end_, __end_ + __d);
H A D__bit_reference697 // move_backward
702 move_backward(__bit_iterator<_Cp, _IsConst> __first, __bit_iterator<_Cp, _IsConst> __last, __bit_it…
H A Diterator1288 template <class _B1, class _B2> _B2 _LIBCPP_INLINE_VISIBILITY move_backward(_B1, _B1, _B2);
1499 template <class _B1, class _B2> friend _B2 move_backward(_B1, _B1, _B2);
H A Dalgorithm1803 // move_backward
1837 move_backward(_BidirectionalIterator1 __first, _BidirectionalIterator1 __last,
2259 _BidirectionalIterator __fp1 = _VSTD::move_backward(__first, __lm1, __last);
H A Dvector1764 _VSTD::move_backward(__from_s, __from_s + __n, __old_last);
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/move/algo/detail/
H A Dbasic_op.hpp47 { return ::boost::move_backward(first, last, dest_last); } in operator ()()
H A Dadaptive_sort_merge.hpp219 boost::move_backward(pos, m_ptr+m_size-2, m_ptr+m_size-1); in insert()
678 boost::move_backward(first, h0, h0+h); in collect_unique()
900 boost::move_backward(cur_pos, cur_pos+l_data, new_pos+l_data); in move_data_backward()
/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.hpp875 move_backward(I f, I l, F r) in move_backward() function
888 move_backward(I f, I l, F r) BOOST_NOEXCEPT_OR_NOTHROW in move_backward() function
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/container/
H A Dvector.hpp2842 boost::container::move_backward(first_ptr, last_ptr, last_ptr + shift_count); in priv_insert_ordered_at_shift_range()
2858 boost::container::move_backward(first_ptr, boundary_ptr, limit_ptr); in priv_insert_ordered_at_shift_range()
2898 boost::container::move_backward(pos, old_finish - n, old_finish); in priv_forward_range_insert_expand_forward()
3246 boost::container::move_backward(pos, finish_n, old_finish); in priv_forward_range_insert_expand_backwards()
/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 Dranges_algobase.h488 inline constexpr __move_backward_fn move_backward{}; in _GLIBCXX_VISIBILITY()
H A Dstl_algobase.h833 move_backward(_BI1 __first, _BI1 __last, _BI2 __result) in _GLIBCXX_VISIBILITY()
848 #define _GLIBCXX_MOVE_BACKWARD3(_Tp, _Up, _Vp) std::move_backward(_Tp, _Up, _Vp) in _GLIBCXX_VISIBILITY()
H A Dranges_algo.h1633 ranges::move_backward(__p, __p + __n - 1, __p + __n); in _GLIBCXX_VISIBILITY()
3734 return std::move_backward(std::move(__first), std::move(__mid), 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 Dranges_algobase.h488 inline constexpr __move_backward_fn move_backward{}; in _GLIBCXX_VISIBILITY()
H A Dstl_algobase.h833 move_backward(_BI1 __first, _BI1 __last, _BI2 __result) in _GLIBCXX_VISIBILITY()
848 #define _GLIBCXX_MOVE_BACKWARD3(_Tp, _Up, _Vp) std::move_backward(_Tp, _Up, _Vp) in _GLIBCXX_VISIBILITY()
H A Dranges_algo.h1633 ranges::move_backward(__p, __p + __n - 1, __p + __n); in _GLIBCXX_VISIBILITY()
3734 return std::move_backward(std::move(__first), std::move(__mid), in _GLIBCXX_VISIBILITY()