Home
last modified time | relevance | path

Searched refs:__versa_string (Results 1 – 19 of 19) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/
H A Dvstring.h56 class __versa_string in _GLIBCXX_VISIBILITY()
74 typedef __gnu_cxx::__normal_iterator<pointer, __versa_string> iterator; in _GLIBCXX_VISIBILITY()
75 typedef __gnu_cxx::__normal_iterator<const_pointer, __versa_string> in _GLIBCXX_VISIBILITY()
138 __versa_string(const _Alloc& __a = _Alloc()) _GLIBCXX_NOEXCEPT in _GLIBCXX_VISIBILITY()
146 __versa_string(const __versa_string& __str) in _GLIBCXX_VISIBILITY()
158 __versa_string(__versa_string&& __str) noexcept in _GLIBCXX_VISIBILITY()
166 __versa_string(std::initializer_list<_CharT> __l, in _GLIBCXX_VISIBILITY()
177 __versa_string(const __versa_string& __str, size_type __pos, in _GLIBCXX_VISIBILITY()
192 __versa_string(const __versa_string& __str, size_type __pos, in _GLIBCXX_VISIBILITY()
209 __versa_string(const _CharT* __s, size_type __n, in _GLIBCXX_VISIBILITY()
[all …]
H A Dvstring.tcc43 const typename __versa_string<_CharT, _Traits, _Alloc, _Base>::size_type
44 __versa_string<_CharT, _Traits, _Alloc, _Base>::npos;
49 __versa_string<_CharT, _Traits, _Alloc, _Base>::
61 __versa_string<_CharT, _Traits, _Alloc, _Base>&
62 __versa_string<_CharT, _Traits, _Alloc, _Base>::
82 __versa_string<_CharT, _Traits, _Alloc, _Base>&
83 __versa_string<_CharT, _Traits, _Alloc, _Base>::
88 const __versa_string __s(__k1, __k2); in _M_replace_dispatch()
96 __versa_string<_CharT, _Traits, _Alloc, _Base>&
97 __versa_string<_CharT, _Traits, _Alloc, _Base>::
[all …]
H A Dvstring_fwd.h53 class __versa_string; in _GLIBCXX_VISIBILITY() local
55 typedef __versa_string<char> __vstring; in _GLIBCXX_VISIBILITY()
58 __versa_string<char, std::char_traits<char>, in _GLIBCXX_VISIBILITY()
62 typedef __versa_string<wchar_t> __wvstring; in _GLIBCXX_VISIBILITY()
65 __versa_string<wchar_t, std::char_traits<wchar_t>, in _GLIBCXX_VISIBILITY()
70 typedef __versa_string<char16_t> __u16vstring; in _GLIBCXX_VISIBILITY()
73 __versa_string<char16_t, std::char_traits<char16_t>, in _GLIBCXX_VISIBILITY()
76 typedef __versa_string<char32_t> __u32vstring; in _GLIBCXX_VISIBILITY()
79 __versa_string<char32_t, std::char_traits<char32_t>, in _GLIBCXX_VISIBILITY()
H A Dvstring_util.h68 __versa_string<_CharT, _Traits, _Alloc, in _GLIBCXX_VISIBILITY()
73 __versa_string<_CharT, _Traits, _Alloc, in _GLIBCXX_VISIBILITY()
80 __versa_string<_CharT, _Traits, _Alloc, in _GLIBCXX_VISIBILITY()
85 __versa_string<_CharT, _Traits, _Alloc, in _GLIBCXX_VISIBILITY()
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/
H A Dvstring.h57 class __versa_string in _GLIBCXX_VISIBILITY()
75 typedef __gnu_cxx::__normal_iterator<pointer, __versa_string> iterator; in _GLIBCXX_VISIBILITY()
76 typedef __gnu_cxx::__normal_iterator<const_pointer, __versa_string> in _GLIBCXX_VISIBILITY()
139 __versa_string(const _Alloc& __a = _Alloc()) _GLIBCXX_NOEXCEPT in _GLIBCXX_VISIBILITY()
147 __versa_string(const __versa_string& __str) in _GLIBCXX_VISIBILITY()
159 __versa_string(__versa_string&& __str) noexcept in _GLIBCXX_VISIBILITY()
167 __versa_string(std::initializer_list<_CharT> __l, in _GLIBCXX_VISIBILITY()
178 __versa_string(const __versa_string& __str, size_type __pos, in _GLIBCXX_VISIBILITY()
193 __versa_string(const __versa_string& __str, size_type __pos, in _GLIBCXX_VISIBILITY()
210 __versa_string(const _CharT* __s, size_type __n, in _GLIBCXX_VISIBILITY()
[all …]
H A Dvstring.tcc43 const typename __versa_string<_CharT, _Traits, _Alloc, _Base>::size_type
44 __versa_string<_CharT, _Traits, _Alloc, _Base>::npos;
49 __versa_string<_CharT, _Traits, _Alloc, _Base>::
61 __versa_string<_CharT, _Traits, _Alloc, _Base>&
62 __versa_string<_CharT, _Traits, _Alloc, _Base>::
82 __versa_string<_CharT, _Traits, _Alloc, _Base>&
83 __versa_string<_CharT, _Traits, _Alloc, _Base>::
88 const __versa_string __s(__k1, __k2); in _M_replace_dispatch()
96 __versa_string<_CharT, _Traits, _Alloc, _Base>&
97 __versa_string<_CharT, _Traits, _Alloc, _Base>::
[all …]
H A Dvstring_fwd.h53 class __versa_string; in _GLIBCXX_VISIBILITY() local
55 typedef __versa_string<char> __vstring; in _GLIBCXX_VISIBILITY()
58 __versa_string<char, std::char_traits<char>, in _GLIBCXX_VISIBILITY()
61 typedef __versa_string<wchar_t> __wvstring; in _GLIBCXX_VISIBILITY()
64 __versa_string<wchar_t, std::char_traits<wchar_t>, in _GLIBCXX_VISIBILITY()
68 typedef __versa_string<char16_t> __u16vstring; in _GLIBCXX_VISIBILITY()
71 __versa_string<char16_t, std::char_traits<char16_t>, in _GLIBCXX_VISIBILITY()
74 typedef __versa_string<char32_t> __u32vstring; in _GLIBCXX_VISIBILITY()
77 __versa_string<char32_t, std::char_traits<char32_t>, in _GLIBCXX_VISIBILITY()
H A Dvstring_util.h68 __versa_string<_CharT, _Traits, _Alloc, in _GLIBCXX_VISIBILITY()
73 __versa_string<_CharT, _Traits, _Alloc, in _GLIBCXX_VISIBILITY()
80 __versa_string<_CharT, _Traits, _Alloc, in _GLIBCXX_VISIBILITY()
85 __versa_string<_CharT, _Traits, _Alloc, in _GLIBCXX_VISIBILITY()
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/
H A DChangeLog-2005725 * include/ext/vstring.h (__versa_string<>::operator+, all
727 * include/ext/vstring.tcc (__versa_string<>::operator+): ...
731 * include/ext/vstring.h (__versa_string<>::push_back): Don't
734 * include/ext/vstring.tcc (__versa_string<>::_M_reserve): Remove.
742 * include/ext/vstring.h (__versa_string<>::_M_append): New.
743 (append(const __versa_string&), append(const __versa_string&,
747 (assign(const __versa_string&, size_type, size_type),
750 * include/ext/vstring.tcc (__versa_string<>::_M_append):
757 * include/ext/vstring.tcc (__versa_string<>::_M_replace):
773 * include/ext/vstring.h (__versa_string<>::clear, erase, all
[all …]
H A DChangeLog-20131629 * include/ext/vstring.h (__versa_string) [_M_limit, _M_disjunct,
1630 _M_ibegin, _M_iend, __versa_string(const _Alloc&),
1631 operator=(__versa_string&&), shrink_to_fit, operator[], front,
1632 back, assign(__versa_string&&), swap]: Likewise.
1633 (__versa_string) [__versa_string(), __versa_string(const _Alloc&)]:
2489 * include/ext/vstring.h (__versa_string<>::insert(iterator,
2490 size_type, _CharT), __versa_string<>::insert(iterator,
2491 _InputIterator, _InputIterator), __versa_string<>::insert(iterator,
2492 std::initializer_list<>), __versa_string<>::replace(iterator,
2493 iterator, _InputIterator, _InputIterator), __versa_string<>::
[all …]
H A DChangeLog-20071530 * include/ext/vstring.h (__versa_string<>::front,
1531 __versa_string<>::back): Add.
1561 * include/ext/vstring.h (__versa_string<>::
1562 __versa_string(__versa_string&&),
1563 __versa_string<>::operator=(__versa_string&&,
1564 swap(__versa_string<>&&, __versa_string<>&),
1565 swap(__versa_string<>(&, __versa_string<>&&)): Add.
1566 (__versa_string<>::swap(__versa_string&&)): Adjust for C++0x.
1639 * include/ext/vstring.h (__versa_string<>::cbegin, cend, crbegin,
3082 * include/ext/vstring.h(operator==(const __versa_string<_CharT,
[all …]
H A DChangeLog-201044 * include/ext/vstring.h (operator+(__versa_string<>&&,
45 __versa_string<>&)): Likewise.
142 * include/ext/vstring.h (operator+(__versa_string<>&&,
143 const __versa_string<>&), operator+(const __versa_string<>&,
144 __versa_string<>&&), operator+(__versa_string<>&&,
145 __versa_string<>&&), operator+(const _CharT*,
146 __versa_string<>&&), operator+(_CharT, __versa_string<>&&),
147 operator+(__versa_string<>&&, const _CharT*),
148 operator+(__versa_string<>&&, _CharT)): Add.
6295 * include/ext/vstring.h (__versa_string::shrink_to_fit): Fix
[all …]
H A DChangeLog-20123838 * include/ext/vstring.h (__versa_string<>::__versa_string
3840 __versa_string<>::append(_InputIterator, _InputIterator),
3841 __versa_string<>::assign(_InputIterator, _InputIterator),
3842 __versa_string<>::insert(iterator, _InputIterator,
3843 _InputIterator), __versa_string<>::replace(iterator, iterator,
H A DChangeLog-2011891 * include/ext/vstring.h (__versa_string::pop_back): Likewise.
3494 * include/ext/vstring.h (__versa_string<>::~__versa_string): Likewise.
4765 * include/ext/vstring.h (__versa_string<>::replace): Likewise.
4766 (__versa_string<>::compare): Likewise.
4767 * include/ext/vstring.tcc (__versa_string<>::compare): Likewise.
H A DChangeLog-20151185 (__versa_string::front, __versa_string::back): Likewise.
1578 * include/ext/vstring.h (__versa_string::operator[]): Likewise.
H A DChangeLog-20082102 (__versa_string<>::__versa_string(std::initializer_list<_CharT>,
H A DChangeLog-20191327 * include/ext/vstring.h (__versa_string): Use __alloc_traits.
/netbsd-src/external/gpl3/gcc.old/dist/
H A DNEWS12838 * A versatile string class, __gnu_cxx::__versa_string, providing
/netbsd-src/external/gpl3/gcc/dist/
H A DNEWS14694 * A versatile string class, __gnu_cxx::__versa_string, providing