Searched refs:_M_state_cur (Results 1 – 3 of 3) sorted by relevance
| /trueos/contrib/libstdc++/include/bits/ |
| D | fstream.tcc | 82 _M_mode(ios_base::openmode(0)), _M_state_beg(), _M_state_cur(), in basic_filebuf() 113 _M_state_last = _M_state_cur = _M_state_beg; in open() 151 _M_state_last = _M_state_cur = _M_state_beg; in close() 259 _M_state_last = _M_state_cur; in underflow() 283 __r = _M_codecvt->in(_M_state_cur, _M_ext_next, in underflow() 468 __r = _M_codecvt->out(_M_state_cur, __ibuf, __ibuf + __ilen, in _M_convert_to_external() 491 __r = _M_codecvt->out(_M_state_cur, __iresume, in _M_convert_to_external() 751 _M_state_cur = __state; in _M_seek() 752 __ret.state(_M_state_cur); in _M_seek() 787 __r = _M_codecvt->unshift(_M_state_cur, __buf, in _M_terminate_output() [all …]
|
| /trueos/contrib/libstdc++/include/std/ |
| D | std_fstream.h | 108 __state_type _M_state_cur; in _GLIBCXX_BEGIN_NAMESPACE() local
|
| /trueos/contrib/libstdc++/ |
| D | ChangeLog-2003 | 1433 _M_state_beg to _M_state_cur and _M_state_last. 1443 set _M_state_cur correctly, store the resulting state in
|