Lines Matching defs:__vstring_utility

52     struct __vstring_utility  in _GLIBCXX_VISIBILITY()  struct
54 typedef typename _Alloc::template rebind<_CharT>::other _CharT_alloc_type; in _GLIBCXX_VISIBILITY()
56 typedef _Traits traits_type; in _GLIBCXX_VISIBILITY()
57 typedef typename _Traits::char_type value_type; in _GLIBCXX_VISIBILITY()
58 typedef typename _CharT_alloc_type::size_type size_type; in _GLIBCXX_VISIBILITY()
59 typedef typename _CharT_alloc_type::difference_type difference_type; in _GLIBCXX_VISIBILITY()
60 typedef typename _CharT_alloc_type::pointer pointer; in _GLIBCXX_VISIBILITY()
61 typedef typename _CharT_alloc_type::const_pointer const_pointer; in _GLIBCXX_VISIBILITY()
68 __sso_iterator; in _GLIBCXX_VISIBILITY()
73 __const_sso_iterator; in _GLIBCXX_VISIBILITY()
80 __rc_iterator; in _GLIBCXX_VISIBILITY()
85 __const_rc_iterator; in _GLIBCXX_VISIBILITY()
90 struct _Alloc_hider in _GLIBCXX_VISIBILITY()
105 _S_copy(_CharT* __d, const _CharT* __s, size_type __n) in _GLIBCXX_VISIBILITY()
114 _S_move(_CharT* __d, const _CharT* __s, size_type __n) in _GLIBCXX_VISIBILITY()
123 _S_assign(_CharT* __d, size_type __n, _CharT __c) in _GLIBCXX_VISIBILITY()
135 _S_copy_chars(_CharT* __p, _Iterator __k1, _Iterator __k2) in _GLIBCXX_VISIBILITY()
142 _S_copy_chars(_CharT* __p, __sso_iterator __k1, __sso_iterator __k2) in _GLIBCXX_VISIBILITY()
146 _S_copy_chars(_CharT* __p, __const_sso_iterator __k1, in _GLIBCXX_VISIBILITY()
151 _S_copy_chars(_CharT* __p, __rc_iterator __k1, __rc_iterator __k2) in _GLIBCXX_VISIBILITY()
155 _S_copy_chars(_CharT* __p, __const_rc_iterator __k1, in _GLIBCXX_VISIBILITY()
160 _S_copy_chars(_CharT* __p, _CharT* __k1, _CharT* __k2) in _GLIBCXX_VISIBILITY()
164 _S_copy_chars(_CharT* __p, const _CharT* __k1, const _CharT* __k2) in _GLIBCXX_VISIBILITY()
168 _S_compare(size_type __n1, size_type __n2) in _GLIBCXX_VISIBILITY()