Home
last modified time | relevance | path

Searched refs:_M_clear_nothrow (Results 1 – 3 of 3) sorted by relevance

/ndk/sources/cxx-stl/stlport/stlport/stl/
D_ios.c103 this->_M_clear_nothrow(__sb != 0 ? ios_base::goodbit : ios_base::badbit); in init()
D_ios.h92 _M_clear_nothrow(this->rdbuf() ? __state : iostate(__state|ios_base::badbit));
D_ios_base.h188 void _M_clear_nothrow(iostate __state) { _M_iostate = __state; } in _M_clear_nothrow() function