Searched refs:__versa_string (Results 1 – 6 of 6) sorted by relevance
| /trueos/contrib/libstdc++/include/ext/ |
| D | vstring.h | 53 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 …]
|
| D | vstring.tcc | 45 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 …]
|
| D | vstring_fwd.h | 57 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>,
|
| D | vstring_util.h | 65 __versa_string<_CharT, _Traits, _Alloc, 70 __versa_string<_CharT, _Traits, _Alloc, 77 __versa_string<_CharT, _Traits, _Alloc, 82 __versa_string<_CharT, _Traits, _Alloc,
|
| /trueos/contrib/libstdc++/ |
| D | ChangeLog-2005 | 725 * 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 …]
|
| D | ChangeLog | 223 const __versa_string<>&): Forward to __ostream_insert. 231 const __versa_string<>&)): Remove.
|