Home | History | Annotate | Download | only in ext

Lines Matching refs:_M_erase

1098 	this->_M_erase(_M_check(__pos, "__versa_string::erase"),
1117 this->_M_erase(__pos, size_type(1));
1138 this->_M_erase(__pos, __last - __first);
1151 { this->_M_erase(size()-1, 1); }