Home | History | Annotate | Download | only in bits

Lines Matching refs:_M_mutate

415       _M_mutate(size_type __pos, size_type __len1, size_type __len2);
796 { _M_mutate(0, this->size(), 0); }
1349 _M_mutate(_M_check(__pos, "basic_string::erase"),
1368 _M_mutate(__pos, size_type(1), size_type(0));