Home | History | Annotate | Download | only in ext

Lines Matching refs:_M_erase

1117 	this->_M_erase(_M_check(__pos, "__versa_string::erase"),
1136 this->_M_erase(__pos, size_type(1));
1157 this->_M_erase(__pos, __last - __first);
1170 { this->_M_erase(size()-1, 1); }