Home | History | Annotate | Download | only in bits

Lines Matching refs:_M_capacity

78    *   [basic_string<char_type>]            _M_capacity
138 // 2. _M_capacity >= _M_length
139 // Allocated memory is always (_M_capacity + 1) * sizeof(_CharT).
151 size_type _M_capacity;
786 { return _M_rep()->_M_capacity; }