Home | History | Annotate | Download | only in ext

Lines Matching refs:_M_rep

61    *  __rc_string_base::_M_rep(); and the allocation function which gets a
188 _M_rep() const
195 ? _M_rep()->_M_refcopy() : _M_rep()->_M_clone(__alloc);
201 if (__exchange_and_add_dispatch(&_M_rep()->_M_info._M_refcount,
203 _M_rep()->_M_destroy(_M_get_allocator());
208 { return _M_rep()->_M_info._M_refcount < 0; }
212 { _M_rep()->_M_info._M_refcount = 0; }
271 { return _M_rep()->_M_info._M_length; }
275 { return _M_rep()->_M_info._M_capacity; }
279 { return _M_rep()->_M_info._M_refcount > 0; }
283 { _M_rep()->_M_info._M_refcount = -1; }
294 { _M_rep()->_M_set_length(__n); }
610 if (_M_rep() != __rcs._M_rep())
629 _CharT* __tmp = _M_rep()->_M_clone(_M_get_allocator(),
689 _M_rep()->_M_set_length(__new_size);
698 if (_M_rep() == __rcs._M_rep())
710 if (_M_rep() == __rcs._M_rep())