reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
762 const difference_type __elemsbefore = __pos - this->_M_impl._M_start; 768 __pos = this->_M_impl._M_start + __elemsbefore; 779 _GLIBCXX_MOVE3(__start_n, __pos, __old_start); 780 std::copy(__first, __last, __pos - difference_type(__n)); 787 __pos, __first, __mid, 807 __pos = this->_M_impl._M_finish - __elemsafter; 819 _GLIBCXX_MOVE_BACKWARD3(__pos, __finish_n, __old_finish); 820 std::copy(__first, __last, __pos); 826 std::__uninitialized_copy_move(__mid, __last, __pos, 831 std::copy(__first, __mid, __pos);