Home | History | Annotate | Download | only in bits

Lines Matching refs:_M_mutate

400       _M_mutate(size_type __pos, size_type __len1, size_type __len2);
697 { _M_mutate(0, this->size(), 0); }
1195 _M_mutate(_M_check(__pos, "basic_string::erase"),
1214 _M_mutate(__pos, size_type(1), size_type(0));
1234 _M_mutate(__pos, __last - __first, size_type(0));