Home
last modified time | relevance | path

Searched refs:_M_in_output_mode (Results 1 – 2 of 2) sorted by relevance

/ndk/sources/cxx-stl/stlport/stlport/stl/
D_fstream.c51 _M_in_input_mode(false), _M_in_output_mode(false), in basic_filebuf()
84 if (_M_in_output_mode) { in close()
108 _M_in_input_mode = _M_in_output_mode = _M_in_error_mode = _M_in_putback_mode in close()
134 if (!this->is_open() || _M_in_output_mode || _M_in_error_mode) in showmanyc()
210 if (!_M_in_output_mode) in overflow()
269 if (!_M_in_input_mode &&! _M_in_output_mode && !_M_in_error_mode && in setbuf()
403 if (_M_in_output_mode) in sync()
414 if (!_M_in_input_mode && !_M_in_output_mode && !_M_in_error_mode) { in imbue()
431 && (_M_in_output_mode == 0) && (_M_in_error_mode == 0)) { in _M_switch_to_input_mode()
466 _M_in_output_mode = true; in _M_switch_to_output_mode()
[all …]
D_fstream.h243 _M_in_output_mode = false; in _M_seek_return()
272 unsigned char _M_in_output_mode; variable