Home
last modified time | relevance | path

Searched refs:_M_setstate_nothrow (Results 1 – 4 of 4) sorted by relevance

/ndk/sources/cxx-stl/stlport/src/
Dios.cpp160 _M_setstate_nothrow(badbit); in iword()
177 _M_setstate_nothrow(badbit); in pword()
192 _M_setstate_nothrow(badbit); in register_callback()
250 _M_setstate_nothrow(badbit); in _M_copy_state()
263 _M_setstate_nothrow(badbit); in _M_copy_state()
276 _M_setstate_nothrow(badbit); in _M_copy_state()
/ndk/sources/cxx-stl/stlport/stlport/stl/
D_ios.c116 this->_M_setstate_nothrow(__flag); in _M_handle_exception()
D_ios_base.h187 void _M_setstate_nothrow(iostate __state) { _M_iostate |= __state; } in _M_setstate_nothrow() function
D_istream.c826 this->_M_setstate_nothrow(ios_base::eofbit); in readsome()