Home
last modified time | relevance | path

Searched refs:_M_set_sharable (Results 1 – 6 of 6) sorted by relevance

/freebsd-12-stable/contrib/libstdc++/include/ext/
Drc_string_base.h217 _M_set_sharable() in _GLIBCXX_BEGIN_NAMESPACE()
590 _M_set_sharable(); in _M_swap()
592 __rcs._M_set_sharable(); in _M_swap()
/freebsd-12-stable/contrib/libstdc++/include/bits/
Dbasic_string.tcc504 _M_rep()->_M_set_sharable(); in swap()
506 __s._M_rep()->_M_set_sharable(); in swap()
599 __p->_M_set_sharable(); in _S_create()
Dbasic_string.h202 _M_set_sharable() in _GLIBCXX_BEGIN_NAMESPACE() function
208 this->_M_set_sharable(); // One reference. in _GLIBCXX_BEGIN_NAMESPACE()
/freebsd-12-stable/contrib/libstdc++/
DChangeLog-2005919 (__rc_string_base<>::_M_is_leaked, _M_set_sharable): Change to private.
922 (__sso_string_base<>::_M_is_leaked, _M_set_sharable): Remove, unused.
DChangeLog-2006629 _M_set_sharable() for backwards compatibility.
DChangeLog-20041289 (_Rep::_S_create): Don't set/call _M_length/_M_set_sharable here.