Searched refs:_M_ext_buf (Results 1 – 2 of 2) sorted by relevance
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
D | _fstream.c | 54 _M_ext_buf(0), _M_ext_buf_EOS(0), in basic_filebuf() 225 char* __enext = _M_ext_buf; in overflow() 228 _M_ext_buf, _M_ext_buf_EOS, __enext); in overflow() 242 (__enext - _M_ext_buf == _M_width * (__iend - __ibegin))) || in overflow() 245 ptrdiff_t __n = __enext - _M_ext_buf; in overflow() 246 if (_M_write(_M_ext_buf, __n)) in overflow() 332 if (__iadj <= _M_ext_buf_end - _M_ext_buf) { in seekoff() 333 …streamoff __eadj = _M_base._M_get_offset(_M_ext_buf + __STATIC_CAST(ptrdiff_t, __iadj), _M_ext_bu… in seekoff() 345 int __epos = _M_codecvt->length(__state, _M_ext_buf, _M_ext_buf_converted, in seekoff() 357 _M_ext_buf, _M_ext_buf + __epos, __dummy, in seekoff() [all …]
|
D | _fstream.h | 281 char* _M_ext_buf; variable 328 …/* this-> */ _Base::setg((char_type*)_M_ext_buf, (char_type*)_M_ext_buf, (char_type*)_M_ext_buf_en… in _M_do_noconv_input() 329 return traits_type::to_int_type(*_M_ext_buf); in _M_do_noconv_input()
|