Home | History | Annotate | Download | only in bits

Lines Matching defs:_M_length

69    *                                        _M_length
128 // 1. String really contains _M_length + 1 characters: due to 21.3.4
130 // 2. _M_capacity >= _M_length
142 size_type _M_length;
202 this->_M_length = __n;
624 { return _M_rep()->_M_length; }
630 { return _M_rep()->_M_length; }