Searched refs:_M_out_end (Results 1 – 4 of 4) sorted by relevance
200 char_type* _M_out_end; // End of put area. variable461 _M_out_beg(0), _M_out_cur(0), _M_out_end(0), in basic_streambuf()531 epptr() const { return _M_out_end; } in epptr()554 _M_out_end = __pend; in setp()797 _M_out_cur(__sb._M_out_cur), _M_out_end(__sb._M_out_cur), in basic_streambuf()
4873 not _M_out_end, since the former actually points to the string6170 _M_out_end, _M_set_indeterminate() does it.6665 Don't set _M_out_end.6667 this->_M_out_cur && this->_M_out_cur < this->_M_out_end.6669 Replace _M_out_buf_size() with this->_M_out_cur < this->_M_out_end;6671 Replace _M_out_buf_size() with _M_out_cur && _M_out_cur < _M_out_end.6673 _M_out_end - _M_out_cur.6676 _M_out_end here.7394 Consistently, _M_out_end points to the end of the buffer just7397 (_M_convert_to_external): The role of the old _M_out_end is[all …]
584 Set _M_out_end to variable-length-end.
5557 _M_out_end is set consistently with filebufs. Correct comments.