reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
642 difference_type __index = __pos - this->_M_impl._M_start; 650 __pos = this->_M_impl._M_start + __index; 651 iterator __pos1 = __pos; 662 __pos = this->_M_impl._M_start + __index; 663 _GLIBCXX_MOVE_BACKWARD3(__pos, __back2, __back1); 665 *__pos = _GLIBCXX_MOVE(__x_copy); 666 return __pos;