Searched refs:_M_int_buf (Results 1 – 2 of 2) sorted by relevance
53 _M_int_buf(0), _M_int_buf_EOS(0), in basic_filebuf()214 _CharT* __ibegin = this->_M_int_buf; in overflow()216 this->setp(_M_int_buf, _M_int_buf_EOS - 1); in overflow()270 _M_int_buf == 0) { in setbuf()432 if (!_M_int_buf && !_M_allocate_buffers()) in _M_switch_to_input_mode()456 if (!_M_int_buf && !_M_allocate_buffers()) in _M_switch_to_output_mode()465 this->setp(_M_int_buf, _M_int_buf_EOS - 1); in _M_switch_to_output_mode()537 _M_int_buf, _M_int_buf_EOS, __inext); in _M_underflow_aux()550 (__inext != _M_int_buf && __enext == _M_ext_buf) || in _M_underflow_aux()551 (_M_constant_width && (__inext - _M_int_buf) * _M_width != (__enext - _M_ext_buf)) || in _M_underflow_aux()[all …]
277 _CharT* _M_int_buf; variable