Home | History | Annotate | Download | only in bits

Lines Matching refs:_M_length

72    *                                        _M_length
131 // 1. String really contains _M_length + 1 characters: due to 21.3.4
133 // 2. _M_capacity >= _M_length
145 size_type _M_length;
209 this->_M_length = __n;
711 { return _M_rep()->_M_length; }
717 { return _M_rep()->_M_length; }