Home | History | Annotate | Download | only in bits

Lines Matching refs:_M_rep

91    *  string::_M_rep(); and the allocation function which gets a
300 _M_rep() const
316 if (!_M_rep()->_M_is_leaked())
539 { _M_rep()->_M_dispose(this->get_allocator()); }
716 { return _M_rep()->_M_length; }
722 { return _M_rep()->_M_length; }
777 { return _M_rep()->_M_capacity; }
1055 if (__len > this->capacity() || _M_rep()->_M_is_shared())
1058 _M_rep()->_M_set_length_and_sharable(__len);
1342 _M_rep()->_M_set_leaked();
1384 _M_rep()->_M_set_leaked();