Home | History | Annotate | Download | only in bits

Lines Matching refs:_M_rep

88    *  string::_M_rep(); and the allocation function which gets a
297 _M_rep() const
313 if (!_M_rep()->_M_is_leaked())
536 { _M_rep()->_M_dispose(this->get_allocator()); }
713 { return _M_rep()->_M_length; }
719 { return _M_rep()->_M_length; }
774 { return _M_rep()->_M_capacity; }
1052 if (__len > this->capacity() || _M_rep()->_M_is_shared())
1055 _M_rep()->_M_set_length_and_sharable(__len);
1339 _M_rep()->_M_set_leaked();
1381 _M_rep()->_M_set_leaked();