Home
last modified time | relevance | path

Searched refs:_M_out_end (Results 1 – 4 of 4) sorted by relevance

/trueos/contrib/libstdc++/include/std/
Dstd_streambuf.h200 char_type* _M_out_end; // End of put area. variable
461 _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()
/trueos/contrib/libstdc++/
DChangeLog-20034873 not _M_out_end, since the former actually points to the string
6170 _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 just
7397 (_M_convert_to_external): The role of the old _M_out_end is
[all …]
DChangeLog-1999584 Set _M_out_end to variable-length-end.
DChangeLog-20005557 _M_out_end is set consistently with filebufs. Correct comments.