HomeSort by relevance Sort by last modified time
    Searched defs:iostate (Results 1 - 3 of 3) sorted by null

  /external/astl/include/
ios_base.h 99 typedef int iostate; typedef in class:std::ios_base
  /external/stlport/stlport/stl/
_ios_base.h 58 typedef int iostate; typedef in class:ios_base
170 iostate rdstate() const { return _M_iostate; }
185 void _M_setstate_nothrow(iostate __state) { _M_iostate |= __state; }
186 void _M_clear_nothrow(iostate __state) { _M_iostate = __state; }
187 iostate _M_get_exception_mask() const { return _M_exception_mask; }
188 void _M_set_exception_mask(iostate __mask) { _M_exception_mask = __mask; }
212 iostate _M_iostate;
215 iostate _M_exception_mask;
254 typedef iostate io_state;
  /ndk/sources/android/stlport/stlport/stl/
_ios_base.h 58 typedef int iostate; typedef in class:ios_base
170 iostate rdstate() const { return _M_iostate; }
185 void _M_setstate_nothrow(iostate __state) { _M_iostate |= __state; }
186 void _M_clear_nothrow(iostate __state) { _M_iostate = __state; }
187 iostate _M_get_exception_mask() const { return _M_exception_mask; }
188 void _M_set_exception_mask(iostate __mask) { _M_exception_mask = __mask; }
212 iostate _M_iostate;
215 iostate _M_exception_mask;
254 typedef iostate io_state;

Completed in 68 milliseconds