Home | History | Annotate | Download | only in ext

Lines Matching refs:_M_capacity

50    *   [__rc_string_base<char_type>]        _M_capacity
100 // 2. _M_capacity >= _M_length
101 // Allocated memory is always (_M_capacity + 1) * sizeof(_CharT).
116 size_type _M_capacity;
288 _M_capacity() const
289 { return _M_rep()->_M_info._M_capacity; }
439 __p->_M_info._M_capacity = __capacity;
448 const size_type __size = ((_M_info._M_capacity + 1) * sizeof(_CharT)
460 _Rep* __r = _Rep::_S_create(__requested_cap, _M_info._M_capacity,
531 if (__len == __r->_M_info._M_capacity)
641 if (__res != _M_capacity() || _M_is_shared())
659 _M_capacity(), _M_get_allocator());
684 _Rep* __r = _Rep::_S_create(__new_size, _M_capacity(),