Searched refs:_M_erase (Results 1 - 5 of 5) sorted by relevance

/freebsd-12-stable/contrib/libstdc++/include/ext/
H A Drc_string_base.h339 _M_erase(size_type __pos, size_type __n);
343 { _M_erase(size_type(0), _M_length()); }
484 _M_erase(0, 0);
661 _M_erase(size_type __pos, size_type __n) function in class:__rc_string_base
H A Dsso_string_base.h216 _M_erase(size_type __pos, size_type __n);
532 _M_erase(size_type __pos, size_type __n) function in class:__sso_string_base
H A Dvstring.h887 this->_M_erase(_M_check(__pos, "__versa_string::erase"),
906 this->_M_erase(__pos, size_type(1));
926 this->_M_erase(__pos, __last - __first);
/freebsd-12-stable/contrib/libstdc++/include/bits/
H A Dstl_list.h761 { this->_M_erase(begin()); }
790 { this->_M_erase(iterator(this->_M_impl._M_node._M_prev)); }
1178 _M_erase(iterator __position) function in class:list
H A Dstl_tree.h584 _M_erase(_Link_type __x);
609 { _M_erase(_M_begin()); }
728 _M_erase(_M_begin());
1327 _M_erase(__top);
1337 _M_erase(_Link_type __x) function in class:_Rb_tree
1342 _M_erase(_S_right(__x));

Completed in 182 milliseconds