Home | History | Annotate | Download | only in bits

Lines Matching refs:_M_rep

86    *  string::_M_rep(); and the allocation function which gets a
295 _M_rep() const
311 if (!_M_rep()->_M_is_leaked())
534 { _M_rep()->_M_dispose(this->get_allocator()); }
711 { return _M_rep()->_M_length; }
717 { return _M_rep()->_M_length; }
769 { return _M_rep()->_M_capacity; }
1046 if (__len > this->capacity() || _M_rep()->_M_is_shared())
1049 _M_rep()->_M_set_length_and_sharable(__len);
1328 _M_rep()->_M_set_leaked();
1369 _M_rep()->_M_set_leaked();