Home | History | Annotate | Download | only in bits

Lines Matching refs:_M_capacity

70    *   [basic_string<char_type>]            _M_capacity
130 // 2. _M_capacity >= _M_length
131 // Allocated memory is always (_M_capacity + 1) * sizeof(_CharT).
143 size_type _M_capacity;
670 { return _M_rep()->_M_capacity; }