Home
last modified time | relevance | path

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

12

/third_party/boost/boost/move/algo/
Dmove.hpp80 O move_backward(I f, I l, O result) in move_backward() function
91 using ::std::move_backward;
Dadaptive_sort.hpp32 boost::move_backward(cur_pos, cur_pos+l_data, new_pos+l_data); in move_data_backward()
/third_party/boost/boost/sort/common/util/
Dmerge.hpp295 return here::move_backward(end_buf_out, buf2, end_buf2); in merge_half_backward()
299 here::move_backward(end_buf_out, buf2, end_buf2); in merge_half_backward()
305 Iter1_t mid = here::move_backward(end_buf_out, buf1, end_buf1); in merge_half_backward()
306 return here::move_backward(mid, buf2, end_buf2); in merge_half_backward()
317 here::move_backward(end_buf_out, buf2, end_buf2) : buf1; in merge_half_backward()
Dinsert.hpp92 Iter1_t it1 = here::move_backward(mv_last + i, mv_first, mv_last); in insert_sorted()
Dalgorithm.hpp229 inline Iter2_t move_backward(Iter2_t it_dest, Iter1_t first, Iter1_t last) in move_backward() function
/third_party/boost/boost/sort/common/
Dmerge_block.hpp354 util::move_backward(rng1.last, rng1.first, rng1.first + nmove); in move_range_pos_backward()
365 util::move_backward(it_mid2, it_mid1, rng1.last); in move_range_pos_backward()
366 util::move_backward(rng1.last, rng1.first, it_mid1); in move_range_pos_backward()
Drange.hpp137 inline range<Iter2_t> move_backward(const range<Iter2_t> &dest, in move_backward() function
141 Iter2_t it_aux = util::move_backward(dest.first + src.size(), src.first, in move_backward()
/third_party/boost/libs/move/test/
Dmove_algorithm.cpp40 boost::move_backward(v2.begin(), v2.end(), v.end()); in main()
/third_party/boost/libs/move/example/
Ddoc_move_algorithms.cpp31 boost::move_backward(&movable_array[0], &movable_array[ArraySize], &movable_array2[ArraySize]); in main()
/third_party/boost/libs/stl_interfaces/example/
Dstatic_vector.hpp182 std::move_backward(position, last - 1, last); in emplace()
203 std::move_backward(position, end(), end() + insertions); in insert()
/third_party/boost/boost/geometry/index/detail/
Dvarray.hpp728 sv::move_backward(position, this->end() - 2, this->end() - 1); // may throw in insert()
771 sv::move_backward(position, this->end() - 2, this->end() - 1); // may throw in insert()
819 … sv::move_backward(position, position + to_move - count, this->end() - count); // may throw in insert()
1050 sv::move_backward(position, this->end() - 2, this->end() - 1); // may throw in emplace()
1099 … sv::move_backward(position, this->end() - 2, this->end() - 1); /*may throw*/\
1730 … sv::move_backward(position, position + to_move - count, this->end() - count); // may throw in insert_in_the_middle()
Dvarray_detail.hpp406 return boost::move_backward(first, last, dst); // may throw in move_backward_dispatch()
411 BDO move_backward(BDI first, BDI last, BDO dst) in move_backward() function
/third_party/boost/boost/move/algo/detail/
Dbasic_op.hpp47 { return ::boost::move_backward(first, last, dest_last); } in operator ()()
Dmerge.hpp94 boost::move_backward(pos, m_ptr+m_size-2, m_ptr+m_size-1); in insert()
864 boost::move_backward(first, middle, last); in rotate_adaptive()
/third_party/boost/libs/container/bench/detail/
Dvarray.hpp846 … sv::move_backward(position, position + to_move - count, this->end() - count); // may throw in insert()
1070 sv::move_backward(position, this->end() - 2, this->end() - 1); // may throw in emplace()
1114 sv::move_backward(position, this->end() - 2, this->end() - 1);/*may throw*/\
1687 sv::move_backward(position, this->end() - 2, this->end() - 1); // may throw in priv_insert()
1774 … sv::move_backward(position, position + to_move - count, this->end() - count); // may throw in insert_in_the_middle()
Dvarray_util.hpp334 return boost::move_backward(first, last, dst); // may throw in move_backward_dispatch()
339 BDO move_backward(BDI first, BDI last, BDO dst) in move_backward() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
DSmallVector.h481 std::move_backward(I, this->end()-1, this->end()); in insert()
510 std::move_backward(I, this->end()-1, this->end()); in insert()
551 std::move_backward(I, OldEnd-NumToInsert, OldEnd); in insert()
605 std::move_backward(I, OldEnd-NumToInsert, OldEnd); in insert()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DSmallVector.h484 std::move_backward(I, this->end()-1, this->end()); in insert()
513 std::move_backward(I, this->end()-1, this->end()); in insert()
554 std::move_backward(I, OldEnd-NumToInsert, OldEnd); in insert()
611 std::move_backward(I, OldEnd-NumToInsert, OldEnd); in insert()
/third_party/flutter/skia/third_party/externals/spirv-tools/source/opt/
Diterator.h212 std::move_backward(container_->begin() + pos, container_->begin() + origsz, in InsertBefore()
/third_party/boost/boost/container/
Ddeque.hpp1735 boost::container::move_backward(this->begin(), pos.unconst(), next); in erase()
1765 boost::container::move_backward(begin(), first.unconst(), last.unconst()); in erase()
2054 boost::container::move_backward(pos, finish_n, old_finish); in priv_insert_aux_impl()
2259 boost::container::move_backward in priv_reallocate_map()
/third_party/skia/third_party/externals/spirv-tools/source/opt/
Diterator.h331 std::move_backward(container_->begin() + pos, container_->begin() + origsz, in InsertBefore()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
Diterator.h331 std::move_backward(container_->begin() + pos, container_->begin() + origsz, in InsertBefore()
/third_party/spirv-tools/source/opt/
Diterator.h331 std::move_backward(container_->begin() + pos, container_->begin() + origsz, in InsertBefore()
/third_party/boost/boost/container/detail/
Dcopy_move_algo.hpp880 move_backward(I f, I l, F r) in move_backward() function
893 move_backward(I f, I l, F r) BOOST_NOEXCEPT_OR_NOTHROW in move_backward() function
/third_party/skia/third_party/externals/spirv-cross/
Dspirv_cross_containers.hpp458 std::move_backward(itr, source_itr, target_itr); in insert()

12