Home | History | Annotate | Download | only in ext

Lines Matching refs:_M_rep

62    *  __rc_string_base::_M_rep(); and the allocation function which gets a
189 _M_rep() const
196 ? _M_rep()->_M_refcopy() : _M_rep()->_M_clone(__alloc);
203 _GLIBCXX_SYNCHRONIZATION_HAPPENS_BEFORE(&_M_rep()->_M_info.
205 if (__exchange_and_add_dispatch(&_M_rep()->_M_info._M_refcount,
208 _GLIBCXX_SYNCHRONIZATION_HAPPENS_AFTER(&_M_rep()->_M_info.
210 _M_rep()->_M_destroy(_M_get_allocator());
216 { return _M_rep()->_M_info._M_refcount < 0; }
220 { _M_rep()->_M_info._M_refcount = 0; }
284 { return _M_rep()->_M_info._M_length; }
288 { return _M_rep()->_M_info._M_capacity; }
292 { return _M_rep()->_M_info._M_refcount > 0; }
296 { _M_rep()->_M_info._M_refcount = -1; }
307 { _M_rep()->_M_set_length(__n); }
623 if (_M_rep() != __rcs._M_rep())
642 _CharT* __tmp = _M_rep()->_M_clone(_M_get_allocator(),
702 _M_rep()->_M_set_length(__new_size);
711 if (_M_rep() == __rcs._M_rep())
723 if (_M_rep() == __rcs._M_rep())