Home
last modified time | relevance | path

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

/openbsd-src/gnu/gcc/libstdc++-v3/include/ext/
H A Dvstring.h53 class __versa_string in _GLIBCXX_BEGIN_NAMESPACE()
70 typedef __gnu_cxx::__normal_iterator<pointer, __versa_string> iterator; in _GLIBCXX_BEGIN_NAMESPACE()
71 typedef __gnu_cxx::__normal_iterator<const_pointer, __versa_string> in _GLIBCXX_BEGIN_NAMESPACE()
131 __versa_string() in _GLIBCXX_BEGIN_NAMESPACE()
138 __versa_string(const _Alloc& __a) in _GLIBCXX_BEGIN_NAMESPACE()
146 __versa_string(const __versa_string& __str) in _GLIBCXX_BEGIN_NAMESPACE()
155 __versa_string(const __versa_string& __str, size_type __pos, in _GLIBCXX_BEGIN_NAMESPACE()
170 __versa_string(const __versa_string& __str, size_type __pos, in _GLIBCXX_BEGIN_NAMESPACE()
187 __versa_string(const _CharT* __s, size_type __n, in _GLIBCXX_BEGIN_NAMESPACE()
196 __versa_string(const _CharT* __s, const _Alloc& __a = _Alloc()) in _GLIBCXX_BEGIN_NAMESPACE()
[all …]
H A Dvstring.tcc45 const typename __versa_string<_CharT, _Traits, _Alloc, _Base>::size_type
46 __versa_string<_CharT, _Traits, _Alloc, _Base>::npos;
51 __versa_string<_CharT, _Traits, _Alloc, _Base>::
63 __versa_string<_CharT, _Traits, _Alloc, _Base>&
64 __versa_string<_CharT, _Traits, _Alloc, _Base>::
84 __versa_string<_CharT, _Traits, _Alloc, _Base>&
85 __versa_string<_CharT, _Traits, _Alloc, _Base>::
89 const __versa_string __s(__k1, __k2); in _M_replace_dispatch()
97 __versa_string<_CharT, _Traits, _Alloc, _Base>&
98 __versa_string<_CharT, _Traits, _Alloc, _Base>::
[all …]
H A Dvstring_fwd.h57 class __versa_string; variable
59 typedef __versa_string<char> __vstring;
62 __versa_string<char, std::char_traits<char>,
66 typedef __versa_string<wchar_t> __wvstring;
69 __versa_string<wchar_t, std::char_traits<wchar_t>,
H A Dvstring_util.h65 __versa_string<_CharT, _Traits, _Alloc,
70 __versa_string<_CharT, _Traits, _Alloc,
77 __versa_string<_CharT, _Traits, _Alloc,
82 __versa_string<_CharT, _Traits, _Alloc,
/openbsd-src/gnu/llvm/clang/www/
H A Dlibstdc++4.4-clang0x.patch498 __versa_string(__versa_string&& __str)
509 - swap(__versa_string&& __s)
511 swap(__versa_string& __s)
/openbsd-src/gnu/gcc/libstdc++-v3/docs/html/17_intro/
H A DTODO9 - document __gnu_cxx::__versa_string, add new policies