Home | History | Annotate | Download | only in ext

Lines Matching refs:_M_capacity

49    *   [__rc_string_base<char_type>]        _M_capacity
99 // 2. _M_capacity >= _M_length
100 // Allocated memory is always (_M_capacity + 1) * sizeof(_CharT).
115 size_type _M_capacity;
287 _M_capacity() const
288 { return _M_rep()->_M_info._M_capacity; }
438 __p->_M_info._M_capacity = __capacity;
447 const size_type __size = ((_M_info._M_capacity + 1) * sizeof(_CharT)
459 _Rep* __r = _Rep::_S_create(__requested_cap, _M_info._M_capacity,
530 if (__len == __r->_M_info._M_capacity)
640 if (__res != _M_capacity() || _M_is_shared())
658 _M_capacity(), _M_get_allocator());
683 _Rep* __r = _Rep::_S_create(__new_size, _M_capacity(),