HomeSort by relevance Sort by last modified time
    Searched defs:iostate (Results 1 - 8 of 8) 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/cxx-stl/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;
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/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;
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/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;
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
ios_base.h 326 // 27.4.2.1.3 Type ios_base::iostate
332 * Thing to happen. Defined objects of type iostate are:
338 typedef _Ios_Iostate iostate; typedef in class:ios_base
342 static const iostate badbit = _S_badbit;
345 static const iostate eofbit = _S_eofbit;
350 static const iostate failbit = _S_failbit;
353 static const iostate goodbit = _S_goodbit;
467 iostate _M_exception;
468 iostate _M_streambuf_state;
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/bits/
ios_base.h 326 // 27.4.2.1.3 Type ios_base::iostate
332 * Thing to happen. Defined objects of type iostate are:
338 typedef _Ios_Iostate iostate; typedef in class:ios_base
342 static const iostate badbit = _S_badbit;
345 static const iostate eofbit = _S_eofbit;
350 static const iostate failbit = _S_failbit;
353 static const iostate goodbit = _S_goodbit;
467 iostate _M_exception;
468 iostate _M_streambuf_state;
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/bits/
ios_base.h 326 // 27.4.2.1.3 Type ios_base::iostate
332 * Thing to happen. Defined objects of type iostate are:
338 typedef _Ios_Iostate iostate; typedef in class:ios_base
342 static const iostate badbit = _S_badbit;
345 static const iostate eofbit = _S_eofbit;
350 static const iostate failbit = _S_failbit;
353 static const iostate goodbit = _S_goodbit;
467 iostate _M_exception;
468 iostate _M_streambuf_state;

Completed in 336 milliseconds