Searched refs:reverse_move (Results 1 – 1 of 1) sorted by relevance
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeBase/api/base/containers/ |
H A D | vector.h | 578 reverse_move(end().ptr() - 1, res, end().ptr()); in insert() 608 reverse_move(end().ptr() - 1, res, end().ptr()); in insert() 640 reverse_move(end().ptr() - 1, res, end().ptr() + count - 1); in insert() 784 reverse_move(end().ptr() - 1, res, end().ptr()); in emplace() 955 void reverse_move(pointer first, pointer last, pointer dst) in reverse_move() function 1200 reverse_move(end - 1, res, end + (cnt - 1)); in insert_impl()
|