Lines Matching defs:_Rep
152 struct _Rep : _Rep_base in _GLIBCXX_VISIBILITY() struct
155 typedef typename _Alloc::template rebind<char>::other _Raw_bytes_alloc; in _GLIBCXX_VISIBILITY()
170 static const size_type _S_max_size; in _GLIBCXX_VISIBILITY()
171 static const _CharT _S_terminal; in _GLIBCXX_VISIBILITY()
175 static size_type _S_empty_rep_storage[]; in _GLIBCXX_VISIBILITY()
178 _S_empty_rep() in _GLIBCXX_VISIBILITY()
188 _M_is_leaked() const in _GLIBCXX_VISIBILITY()
192 _M_is_shared() const in _GLIBCXX_VISIBILITY()
196 _M_set_leaked() in _GLIBCXX_VISIBILITY()
200 _M_set_sharable() in _GLIBCXX_VISIBILITY()
204 _M_set_length_and_sharable(size_type __n) in _GLIBCXX_VISIBILITY()
219 _M_refdata() throw() in _GLIBCXX_VISIBILITY()
223 _M_grab(const _Alloc& __alloc1, const _Alloc& __alloc2) in _GLIBCXX_VISIBILITY()
234 _M_dispose(const _Alloc& __a) in _GLIBCXX_VISIBILITY()
255 _M_refcopy() throw() in _GLIBCXX_VISIBILITY()