Home
last modified time | relevance | path

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

/ndk/sources/cxx-stl/stlport/stlport/stl/
D_fstream.c53 _M_int_buf(0), _M_int_buf_EOS(0), in basic_filebuf()
216 this->setp(_M_int_buf, _M_int_buf_EOS - 1); in overflow()
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()
669 _M_int_buf_EOS = _M_int_buf + __STATIC_CAST(ptrdiff_t, __n); in _M_allocate_buffers()
690 _M_int_buf_EOS = 0; in _M_deallocate_buffers()
D_fstream.h278 _CharT* _M_int_buf_EOS; variable