Searched refs:_M_refcopy (Results 1 – 5 of 5) sorted by relevance
132 _M_refcopy() throw() in _GLIBCXX_VISIBILITY() function198 ? _M_rep()->_M_refcopy() : _M_rep()->_M_clone(__alloc); in _GLIBCXX_VISIBILITY()313 : _M_dataplus(_S_empty_rep._M_refcopy()) { } in _GLIBCXX_VISIBILITY()322 { __rcs._M_data(_S_empty_rep._M_refcopy()); } in _GLIBCXX_VISIBILITY()362 _M_data(_S_empty_rep._M_refcopy()); in _GLIBCXX_VISIBILITY()520 return _S_empty_rep._M_refcopy(); in _GLIBCXX_VISIBILITY()565 return _S_empty_rep._M_refcopy(); in _GLIBCXX_VISIBILITY()593 return _S_empty_rep._M_refcopy(); in _GLIBCXX_VISIBILITY()
266 ? _M_refcopy() : _M_clone(__alloc1); in _GLIBCXX_VISIBILITY()303 _M_refcopy() throw() in _GLIBCXX_VISIBILITY() function
1278 * include/ext/rc_string_base.h (_M_refcopy): Move inside the1280 (__rc_string_base()): Construct with _S_empty_rep()._M_refcopy().1282 (_S_construct): Return _S_empty_rep()._M_refcopy() for empty string.
4514 (_Rep::_M_dispose, _Rep::_M_refcopy): Check for the empty string.4515 (basic_string()): Change to use _M_refdata() in place of _M_refcopy(),4524 const _Alloc&)): Change to use _M_refdata() in place of _M_refcopy().
1787 * include/bits/basic_string.h (_M_dispose, _M_refcopy,5015 * include/bits/basic_string.h (basic_string::_Rep::_M_refcopy): Same.