Searched refs:__sso_string_base (Results 1 – 14 of 14) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/ |
H A D | sso_string_base.h | 38 class __sso_string_base in _GLIBCXX_VISIBILITY() 181 __sso_string_base() in _GLIBCXX_VISIBILITY() 185 __sso_string_base(const _Alloc& __a); in _GLIBCXX_VISIBILITY() 187 __sso_string_base(const __sso_string_base& __rcs); in _GLIBCXX_VISIBILITY() 190 __sso_string_base(__sso_string_base&& __rcs); in _GLIBCXX_VISIBILITY() 193 __sso_string_base(size_type __n, _CharT __c, const _Alloc& __a); in _GLIBCXX_VISIBILITY() 196 __sso_string_base(_InputIterator __beg, _InputIterator __end, in _GLIBCXX_VISIBILITY() 199 ~__sso_string_base() in _GLIBCXX_VISIBILITY() 211 _M_swap(__sso_string_base& __rcs); in _GLIBCXX_VISIBILITY() 214 _M_assign(const __sso_string_base& __rcs); in _GLIBCXX_VISIBILITY() [all …]
|
H A D | vstring_fwd.h | 44 class __sso_string_base; in _GLIBCXX_VISIBILITY() local 52 <typename, typename, typename> class _Base = __sso_string_base> in _GLIBCXX_VISIBILITY()
|
H A D | vstring_util.h | 69 __sso_string_base> > in _GLIBCXX_VISIBILITY() 74 __sso_string_base> > in _GLIBCXX_VISIBILITY()
|
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/ |
H A D | sso_string_base.h | 38 class __sso_string_base in _GLIBCXX_VISIBILITY() 181 __sso_string_base() in _GLIBCXX_VISIBILITY() 185 __sso_string_base(const _Alloc& __a); in _GLIBCXX_VISIBILITY() 187 __sso_string_base(const __sso_string_base& __rcs); in _GLIBCXX_VISIBILITY() 190 __sso_string_base(__sso_string_base&& __rcs); in _GLIBCXX_VISIBILITY() 193 __sso_string_base(size_type __n, _CharT __c, const _Alloc& __a); in _GLIBCXX_VISIBILITY() 196 __sso_string_base(_InputIterator __beg, _InputIterator __end, in _GLIBCXX_VISIBILITY() 199 ~__sso_string_base() in _GLIBCXX_VISIBILITY() 211 _M_swap(__sso_string_base& __rcs); in _GLIBCXX_VISIBILITY() 214 _M_assign(const __sso_string_base& __rcs); in _GLIBCXX_VISIBILITY() [all …]
|
H A D | vstring_fwd.h | 44 class __sso_string_base; in _GLIBCXX_VISIBILITY() local 52 <typename, typename, typename> class _Base = __sso_string_base> in _GLIBCXX_VISIBILITY()
|
H A D | vstring_util.h | 69 __sso_string_base> > in _GLIBCXX_VISIBILITY() 74 __sso_string_base> > in _GLIBCXX_VISIBILITY()
|
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/ |
H A D | ChangeLog-2005 | 641 * include/ext/sso_string_base.h (__sso_string_base<>::_M_compare): 648 * include/ext/sso_string_base.h (__sso_string_base<>::_M_destroy): 715 * include/ext/sso_string_base.h (__sso_string_base<>::_M_assign): 720 * include/ext/sso_string_base.h (__sso_string_base<>::_M_reserve): 737 * include/ext/sso_string_base.h (__sso_string_base<>::_M_reserve: 765 * include/ext/sso_string_base.h (__sso_string_base<>::_M_get_allocator): 770 * include/ext/sso_string_base.h (__sso_string_base<>::_M_erase): Add. 785 * include/ext/sso_string_base.h (__sso_string_base<>::_M_mutate): 803 * include/ext/sso_string_base.h (__sso_string_base<>::_M_reserve): 879 (__sso_string_base<>::_M_get_allocator): Return by const ref. [all …]
|
H A D | ChangeLog-2006 | 1228 (__sso_string_base<>::_M_destroy): Inline. 1749 * include/ext/sso_string_base.h (__sso_string_base<>::_M_max_size(), 1763 * include/ext/sso_string_base.h (__sso_string_base<>::_S_max_size): 1765 (__sso_string_base<>::_M_max_size): Use allocator' max_size. 1766 (__sso_string_base<>::_M_create): Adjust. 3074 * include/ext/sso_string_base.h (__sso_string_base::_S_max_size): 3079 * include/ext/sso_string_base.h (__sso_string_base::_M_create): Never 5730 * include/ext/sso_string_base.h (__sso_string_base<>::_M_dataplus): 5747 * include/ext/sso_string_base.h (__sso_string_base<>::_M_swap):
|
H A D | ChangeLog-2011 | 4759 * include/ext/sso_string_base.h (__sso_string_base<>::_M_construct): 4761 (__sso_string_base<>::_M_assign): Likewise. 4762 (__sso_string_base<>::_M_reserve): Likewise. 4763 (__sso_string_base<>::_M_mutate): Likewise. 4764 (__sso_string_base<>::_M_erase): Likewise.
|
H A D | ChangeLog-2013 | 1787 * include/ext/sso_string_base.h (__sso_string_base<>:: 1788 __sso_string_base(__sso_string_base&&)): Fix thinkos about
|
H A D | ChangeLog-2008 | 2096 (__sso_string_base<>::__sso_string_base(std::initializer_list<_CharT>,
|
H A D | ChangeLog-2007 | 1568 (__sso_string_base(__sso_string_base&&)): Add. 1569 (__sso_string_base()): Use _Alloc_hider(_CharT*).
|
H A D | ChangeLog-2010 | 228 * include/ext/sso_string_base.h (__sso_string_base<>::_M_swap):
|
H A D | ChangeLog-2019 | 1323 * include/ext/sso_string_base.h (__sso_string_base::_M_max_size):
|