Home | History | Annotate | Download | only in ext

Lines Matching refs:_M_rep

63    *  __rc_string_base::_M_rep(); and the allocation function which gets a
190 _M_rep() const
197 ? _M_rep()->_M_refcopy() : _M_rep()->_M_clone(__alloc);
204 _GLIBCXX_SYNCHRONIZATION_HAPPENS_BEFORE(&_M_rep()->_M_info.
206 if (__exchange_and_add_dispatch(&_M_rep()->_M_info._M_refcount,
209 _GLIBCXX_SYNCHRONIZATION_HAPPENS_AFTER(&_M_rep()->_M_info.
211 _M_rep()->_M_destroy(_M_get_allocator());
217 { return _M_rep()->_M_info._M_refcount < 0; }
221 { _M_rep()->_M_info._M_refcount = 0; }
285 { return _M_rep()->_M_info._M_length; }
289 { return _M_rep()->_M_info._M_capacity; }
293 { return _M_rep()->_M_info._M_refcount > 0; }
297 { _M_rep()->_M_info._M_refcount = -1; }
308 { _M_rep()->_M_set_length(__n); }
624 if (_M_rep() != __rcs._M_rep())
643 _CharT* __tmp = _M_rep()->_M_clone(_M_get_allocator(),
703 _M_rep()->_M_set_length(__new_size);
712 if (_M_rep() == __rcs._M_rep())
724 if (_M_rep() == __rcs._M_rep())