Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/
H A Drc_string_base.h83 class __rc_string_base in _GLIBCXX_VISIBILITY()
312 __rc_string_base() in _GLIBCXX_VISIBILITY()
315 __rc_string_base(const _Alloc& __a); in _GLIBCXX_VISIBILITY()
317 __rc_string_base(const __rc_string_base& __rcs); in _GLIBCXX_VISIBILITY()
320 __rc_string_base(__rc_string_base&& __rcs) in _GLIBCXX_VISIBILITY()
325 __rc_string_base(size_type __n, _CharT __c, const _Alloc& __a); in _GLIBCXX_VISIBILITY()
328 __rc_string_base(_InputIterator __beg, _InputIterator __end, in _GLIBCXX_VISIBILITY()
331 ~__rc_string_base() in _GLIBCXX_VISIBILITY()
343 _M_swap(__rc_string_base& __rcs); in _GLIBCXX_VISIBILITY()
346 _M_assign(const __rc_string_base& __rcs); in _GLIBCXX_VISIBILITY()
[all …]
H A Dvstring_fwd.h47 class __rc_string_base; in _GLIBCXX_VISIBILITY() local
59 std::allocator<char>, __rc_string_base> __rc_string; in _GLIBCXX_VISIBILITY()
66 std::allocator<wchar_t>, __rc_string_base> __wrc_string; in _GLIBCXX_VISIBILITY()
74 std::allocator<char16_t>, __rc_string_base> __u16rc_string; in _GLIBCXX_VISIBILITY()
80 std::allocator<char32_t>, __rc_string_base> __u32rc_string; in _GLIBCXX_VISIBILITY()
H A Dvstring_util.h81 __rc_string_base> > in _GLIBCXX_VISIBILITY()
86 __rc_string_base> > in _GLIBCXX_VISIBILITY()
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/
H A Drc_string_base.h83 class __rc_string_base in _GLIBCXX_VISIBILITY()
312 __rc_string_base() in _GLIBCXX_VISIBILITY()
315 __rc_string_base(const _Alloc& __a); in _GLIBCXX_VISIBILITY()
317 __rc_string_base(const __rc_string_base& __rcs); in _GLIBCXX_VISIBILITY()
320 __rc_string_base(__rc_string_base&& __rcs) in _GLIBCXX_VISIBILITY()
325 __rc_string_base(size_type __n, _CharT __c, const _Alloc& __a); in _GLIBCXX_VISIBILITY()
328 __rc_string_base(_InputIterator __beg, _InputIterator __end, in _GLIBCXX_VISIBILITY()
331 ~__rc_string_base() in _GLIBCXX_VISIBILITY()
343 _M_swap(__rc_string_base& __rcs); in _GLIBCXX_VISIBILITY()
346 _M_assign(const __rc_string_base& __rcs); in _GLIBCXX_VISIBILITY()
[all …]
H A Dvstring_fwd.h47 class __rc_string_base; in _GLIBCXX_VISIBILITY() local
59 std::allocator<char>, __rc_string_base> __rc_string; in _GLIBCXX_VISIBILITY()
65 std::allocator<wchar_t>, __rc_string_base> __wrc_string; in _GLIBCXX_VISIBILITY()
72 std::allocator<char16_t>, __rc_string_base> __u16rc_string; in _GLIBCXX_VISIBILITY()
78 std::allocator<char32_t>, __rc_string_base> __u32rc_string; in _GLIBCXX_VISIBILITY()
H A Dvstring_util.h81 __rc_string_base> > in _GLIBCXX_VISIBILITY()
86 __rc_string_base> > in _GLIBCXX_VISIBILITY()
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/
H A DChangeLog-2005644 * include/ext/rc_string_base.h (__rc_string_base<>::_M_compare):
735 * include/ext/rc_string_base.h (__rc_string_base<>::_M_reserve): Also
767 * include/ext/rc_string_base.h (__rc_string_base<>::_M_get_allocator):
771 * include/ext/rc_string_base.h (__rc_string_base<>::_M_erase): Likewise.
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.
883 (__rc_string_base<>::_M_grab): Take one alloc, use _M_get_allocator.
884 (__rc_string_base<>::~__rc_string_base,
[all …]
H A DChangeLog-20063065 * include/ext/rc_string_base.h (__rc_string_base::_S_max_size):
3067 (__rc_string_base::_M_create): Add early _S_max_size check.
3072 * include/ext/rc_string_base.h (__rc_string_base::_S_max_size):
5745 * include/ext/rc_string_base.h (__rc_string_base<>::_M_swap):
H A DChangeLog-20082099 (__rc_string_base<>::__rc_string_base(std::initializer_list<_CharT>,
H A DChangeLog-20071570 * include/ext/rc_string_base.h (__rc_string_base(__rc_string_base&&)):
1572 (__rc_string_base()): Use _Alloc_hider(_CharT*).
H A DChangeLog-20106732 * include/ext/rc_string_base.h (__rc_string_base<>::
6733 __rc_string_base(__rc_string_base&&)): Simplify a tad.
H A DChangeLog-20191316 * include/ext/rc_string_base.h (__rc_string_base::_Rep): Use
H A DChangeLog-20211972 (__rc_string_base<wchar_t>): Define member function.
H A DChangeLog-20166131 * include/ext/rc_string_base.h (__rc_string_base::_M_clear()):