Home
last modified time | relevance | path

Searched refs:__rc_string_base (Results 1 – 5 of 5) sorted by relevance

/freebsd-12.1/contrib/libstdc++/include/ext/
H A Drc_string_base.h87 class __rc_string_base in _GLIBCXX_BEGIN_NAMESPACE()
301 __rc_string_base() in _GLIBCXX_BEGIN_NAMESPACE()
304 __rc_string_base(const _Alloc& __a); in _GLIBCXX_BEGIN_NAMESPACE()
306 __rc_string_base(const __rc_string_base& __rcs); in _GLIBCXX_BEGIN_NAMESPACE()
314 ~__rc_string_base() in _GLIBCXX_BEGIN_NAMESPACE()
326 _M_swap(__rc_string_base& __rcs); in _GLIBCXX_BEGIN_NAMESPACE()
329 _M_assign(const __rc_string_base& __rcs); in _GLIBCXX_BEGIN_NAMESPACE()
457 __rc_string_base(const _Alloc& __a) in __rc_string_base() function
462 __rc_string_base(const __rc_string_base& __rcs) in __rc_string_base() function
587 _M_swap(__rc_string_base& __rcs) in _M_swap()
[all …]
H A Dvstring_fwd.h51 class __rc_string_base; variable
63 std::allocator<char>, __rc_string_base> __rc_string;
70 std::allocator<wchar_t>, __rc_string_base> __wrc_string;
H A Dvstring_util.h78 __rc_string_base> >
83 __rc_string_base> >
/freebsd-12.1/contrib/libstdc++/
H A DChangeLog-2005644 * include/ext/rc_string_base.h (__rc_string_base<>::_M_compare):
787 * include/ext/rc_string_base.h (__rc_string_base<>::_M_mutate):
805 * include/ext/rc_string_base.h (__rc_string_base<>::_M_reserve):
881 (__rc_string_base<>::_M_get_allocator): Return by const ref.
882 (__rc_string_base<>::_M_dispose): Take void, use _M_get_allocator.
884 (__rc_string_base<>::~__rc_string_base,
885 __rc_string_base(const __rc_string_base&), _M_assign, _M_reserve,
896 (__rc_string_base<>::__rc_string_base(), _S_construct): Adjust.
898 * include/ext/rc_string_base.h (__rc_string_base<>::_Rep): Use
1280 (__rc_string_base()): Construct with _S_empty_rep()._M_refcopy().
[all …]
H A DChangeLog-20062742 * include/ext/rc_string_base.h (__rc_string_base::_S_max_size):
2744 (__rc_string_base::_M_create): Add early _S_max_size check.
2749 * include/ext/rc_string_base.h (__rc_string_base::_S_max_size):
5422 * include/ext/rc_string_base.h (__rc_string_base<>::_M_swap):