Home
last modified time | relevance | path

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

/dflybsd-src/contrib/gcc-4.7/libstdc++-v3/include/ext/
H A Dvstring.h57 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()
135 __versa_string() in _GLIBCXX_VISIBILITY()
142 __versa_string(const _Alloc& __a) in _GLIBCXX_VISIBILITY()
150 __versa_string(const __versa_string& __str) in _GLIBCXX_VISIBILITY()
162 __versa_string(__versa_string&& __str) noexcept in _GLIBCXX_VISIBILITY()
170 __versa_string(std::initializer_list<_CharT> __l, in _GLIBCXX_VISIBILITY()
181 __versa_string(const __versa_string& __str, size_type __pos, in _GLIBCXX_VISIBILITY()
196 __versa_string(const __versa_string& __str, size_type __pos, in _GLIBCXX_VISIBILITY()
[all …]
H A Dvstring.tcc44 const typename __versa_string<_CharT, _Traits, _Alloc, _Base>::size_type
45 __versa_string<_CharT, _Traits, _Alloc, _Base>::npos;
50 __versa_string<_CharT, _Traits, _Alloc, _Base>::
62 __versa_string<_CharT, _Traits, _Alloc, _Base>&
63 __versa_string<_CharT, _Traits, _Alloc, _Base>::
83 __versa_string<_CharT, _Traits, _Alloc, _Base>&
84 __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.h54 class __versa_string; in _GLIBCXX_VISIBILITY() local
56 typedef __versa_string<char> __vstring; in _GLIBCXX_VISIBILITY()
59 __versa_string<char, std::char_traits<char>, in _GLIBCXX_VISIBILITY()
63 typedef __versa_string<wchar_t> __wvstring; in _GLIBCXX_VISIBILITY()
66 __versa_string<wchar_t, std::char_traits<wchar_t>, in _GLIBCXX_VISIBILITY()
73 typedef __versa_string<char16_t> __u16vstring; in _GLIBCXX_VISIBILITY()
76 __versa_string<char16_t, std::char_traits<char16_t>, in _GLIBCXX_VISIBILITY()
79 typedef __versa_string<char32_t> __u32vstring; in _GLIBCXX_VISIBILITY()
82 __versa_string<char32_t, std::char_traits<char32_t>, in _GLIBCXX_VISIBILITY()
H A Dvstring_util.h66 __versa_string<_CharT, _Traits, _Alloc, in _GLIBCXX_VISIBILITY()
71 __versa_string<_CharT, _Traits, _Alloc, in _GLIBCXX_VISIBILITY()
78 __versa_string<_CharT, _Traits, _Alloc, in _GLIBCXX_VISIBILITY()
83 __versa_string<_CharT, _Traits, _Alloc, in _GLIBCXX_VISIBILITY()
/dflybsd-src/contrib/gcc-8.0/libstdc++-v3/include/ext/
H A Dvstring.h56 class __versa_string in _GLIBCXX_VISIBILITY()
73 typedef __gnu_cxx::__normal_iterator<pointer, __versa_string> iterator; in _GLIBCXX_VISIBILITY()
74 typedef __gnu_cxx::__normal_iterator<const_pointer, __versa_string> in _GLIBCXX_VISIBILITY()
137 __versa_string(const _Alloc& __a = _Alloc()) _GLIBCXX_NOEXCEPT in _GLIBCXX_VISIBILITY()
145 __versa_string(const __versa_string& __str) in _GLIBCXX_VISIBILITY()
157 __versa_string(__versa_string&& __str) noexcept in _GLIBCXX_VISIBILITY()
165 __versa_string(std::initializer_list<_CharT> __l, in _GLIBCXX_VISIBILITY()
176 __versa_string(const __versa_string& __str, size_type __pos, in _GLIBCXX_VISIBILITY()
191 __versa_string(const __versa_string& __str, size_type __pos, in _GLIBCXX_VISIBILITY()
208 __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()
72 typedef __versa_string<char16_t> __u16vstring; in _GLIBCXX_VISIBILITY()
75 __versa_string<char16_t, std::char_traits<char16_t>, in _GLIBCXX_VISIBILITY()
78 typedef __versa_string<char32_t> __u32vstring; in _GLIBCXX_VISIBILITY()
81 __versa_string<char32_t, std::char_traits<char32_t>, in _GLIBCXX_VISIBILITY()
H A Dvstring_util.h65 __versa_string<_CharT, _Traits, _Alloc, in _GLIBCXX_VISIBILITY()
70 __versa_string<_CharT, _Traits, _Alloc, in _GLIBCXX_VISIBILITY()
77 __versa_string<_CharT, _Traits, _Alloc, in _GLIBCXX_VISIBILITY()
82 __versa_string<_CharT, _Traits, _Alloc, in _GLIBCXX_VISIBILITY()