/third_party/boost/boost/move/algo/ |
D | move.hpp | 80 O move_backward(I f, I l, O result) in move_backward() function 91 using ::std::move_backward;
|
D | adaptive_sort.hpp | 32 boost::move_backward(cur_pos, cur_pos+l_data, new_pos+l_data); in move_data_backward()
|
/third_party/boost/boost/sort/common/util/ |
D | merge.hpp | 295 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()
|
D | insert.hpp | 92 Iter1_t it1 = here::move_backward(mv_last + i, mv_first, mv_last); in insert_sorted()
|
D | algorithm.hpp | 229 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/ |
D | merge_block.hpp | 354 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()
|
D | range.hpp | 137 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/ |
D | move_algorithm.cpp | 40 boost::move_backward(v2.begin(), v2.end(), v.end()); in main()
|
/third_party/boost/libs/move/example/ |
D | doc_move_algorithms.cpp | 31 boost::move_backward(&movable_array[0], &movable_array[ArraySize], &movable_array2[ArraySize]); in main()
|
/third_party/boost/libs/stl_interfaces/example/ |
D | static_vector.hpp | 182 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/ |
D | varray.hpp | 728 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()
|
D | varray_detail.hpp | 406 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/ |
D | basic_op.hpp | 47 { return ::boost::move_backward(first, last, dest_last); } in operator ()()
|
D | merge.hpp | 94 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/ |
D | varray.hpp | 846 … 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()
|
D | varray_util.hpp | 334 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/ |
D | SmallVector.h | 481 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/ |
D | SmallVector.h | 484 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/ |
D | iterator.h | 212 std::move_backward(container_->begin() + pos, container_->begin() + origsz, in InsertBefore()
|
/third_party/boost/boost/container/ |
D | deque.hpp | 1735 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/ |
D | iterator.h | 331 std::move_backward(container_->begin() + pos, container_->begin() + origsz, in InsertBefore()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/ |
D | iterator.h | 331 std::move_backward(container_->begin() + pos, container_->begin() + origsz, in InsertBefore()
|
/third_party/spirv-tools/source/opt/ |
D | iterator.h | 331 std::move_backward(container_->begin() + pos, container_->begin() + origsz, in InsertBefore()
|
/third_party/boost/boost/container/detail/ |
D | copy_move_algo.hpp | 880 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/ |
D | spirv_cross_containers.hpp | 458 std::move_backward(itr, source_itr, target_itr); in insert()
|