Home | History | Annotate | Download | only in ext

Lines Matching defs:_M_capacity

48    *   [__rc_string_base<char_type>]        _M_capacity
98 // 2. _M_capacity >= _M_length
99 // Allocated memory is always (_M_capacity + 1) * sizeof(_CharT).
114 size_type _M_capacity;
274 _M_capacity() const
275 { return _M_rep()->_M_info._M_capacity; }
425 __p->_M_info._M_capacity = __capacity;
434 const size_type __size = ((_M_info._M_capacity + 1) * sizeof(_CharT)
446 _Rep* __r = _Rep::_S_create(__requested_cap, _M_info._M_capacity,
517 if (__len == __r->_M_info._M_capacity)
627 if (__res != _M_capacity() || _M_is_shared())
645 _M_capacity(), _M_get_allocator());
670 _Rep* __r = _Rep::_S_create(__new_size, _M_capacity(),