Home | History | Annotate | Download | only in bits

Lines Matching refs:_M_rep

83    *  string::_M_rep(); and the allocation function which gets a
280 _M_rep() const
296 if (!_M_rep()->_M_is_leaked())
498 { _M_rep()->_M_dispose(this->get_allocator()); }
624 { return _M_rep()->_M_length; }
630 { return _M_rep()->_M_length; }
670 { return _M_rep()->_M_capacity; }
912 if (__len > this->capacity() || _M_rep()->_M_is_shared())
915 _M_rep()->_M_set_length_and_sharable(__len);
1174 _M_rep()->_M_set_leaked();
1215 _M_rep()->_M_set_leaked();
1235 _M_rep()->_M_set_leaked();