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

  /prebuilts/ndk/r10/sources/cxx-stl/stlport/stlport/stl/
_ios_base.h 60 typedef int iostate; typedef in class:ios_base
172 iostate rdstate() const { return _M_iostate; }
187 void _M_setstate_nothrow(iostate __state) { _M_iostate |= __state; }
188 void _M_clear_nothrow(iostate __state) { _M_iostate = __state; }
189 iostate _M_get_exception_mask() const { return _M_exception_mask; }
190 void _M_set_exception_mask(iostate __mask) { _M_exception_mask = __mask; }
214 iostate _M_iostate;
217 iostate _M_exception_mask;
256 typedef iostate io_state;
  /prebuilts/ndk/r11/sources/cxx-stl/stlport/stlport/stl/
_ios_base.h 60 typedef int iostate; typedef in class:ios_base
172 iostate rdstate() const { return _M_iostate; }
187 void _M_setstate_nothrow(iostate __state) { _M_iostate |= __state; }
188 void _M_clear_nothrow(iostate __state) { _M_iostate = __state; }
189 iostate _M_get_exception_mask() const { return _M_exception_mask; }
190 void _M_set_exception_mask(iostate __mask) { _M_exception_mask = __mask; }
214 iostate _M_iostate;
217 iostate _M_exception_mask;
256 typedef iostate io_state;
  /prebuilts/ndk/r13/sources/cxx-stl/stlport/stlport/stl/
_ios_base.h 60 typedef int iostate; typedef in class:ios_base
172 iostate rdstate() const { return _M_iostate; }
187 void _M_setstate_nothrow(iostate __state) { _M_iostate |= __state; }
188 void _M_clear_nothrow(iostate __state) { _M_iostate = __state; }
189 iostate _M_get_exception_mask() const { return _M_exception_mask; }
190 void _M_set_exception_mask(iostate __mask) { _M_exception_mask = __mask; }
214 iostate _M_iostate;
217 iostate _M_exception_mask;
256 typedef iostate io_state;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/
ios_base.h 318 // 27.4.2.1.3 Type ios_base::iostate
324 * Thing to happen. Defined objects of type iostate are:
330 typedef _Ios_Iostate iostate; typedef in class:ios_base
334 static const iostate badbit = _S_badbit;
337 static const iostate eofbit = _S_eofbit;
342 static const iostate failbit = _S_failbit;
345 static const iostate goodbit = _S_goodbit;
455 iostate _M_exception;
456 iostate _M_streambuf_state;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/
ios_base.h 318 // 27.4.2.1.3 Type ios_base::iostate
324 * Thing to happen. Defined objects of type iostate are:
330 typedef _Ios_Iostate iostate; typedef in class:ios_base
334 static const iostate badbit = _S_badbit;
337 static const iostate eofbit = _S_eofbit;
342 static const iostate failbit = _S_failbit;
345 static const iostate goodbit = _S_goodbit;
455 iostate _M_exception;
456 iostate _M_streambuf_state;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
ios_base.h 318 // 27.4.2.1.3 Type ios_base::iostate
324 * Thing to happen. Defined objects of type iostate are:
330 typedef _Ios_Iostate iostate; typedef in class:ios_base
334 static const iostate badbit = _S_badbit;
337 static const iostate eofbit = _S_eofbit;
342 static const iostate failbit = _S_failbit;
345 static const iostate goodbit = _S_goodbit;
455 iostate _M_exception;
456 iostate _M_streambuf_state;
  /prebuilts/ndk/r10/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
ios_base.h 318 // 27.4.2.1.3 Type ios_base::iostate
324 * Thing to happen. Defined objects of type iostate are:
330 typedef _Ios_Iostate iostate; typedef in class:ios_base
334 static const iostate badbit = _S_badbit;
337 static const iostate eofbit = _S_eofbit;
342 static const iostate failbit = _S_failbit;
345 static const iostate goodbit = _S_goodbit;
455 iostate _M_exception;
456 iostate _M_streambuf_state;
  /prebuilts/ndk/r11/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
ios_base.h 318 // 27.4.2.1.3 Type ios_base::iostate
324 * Thing to happen. Defined objects of type iostate are:
330 typedef _Ios_Iostate iostate; typedef in class:ios_base
334 static const iostate badbit = _S_badbit;
337 static const iostate eofbit = _S_eofbit;
342 static const iostate failbit = _S_failbit;
345 static const iostate goodbit = _S_goodbit;
455 iostate _M_exception;
456 iostate _M_streambuf_state;
  /prebuilts/ndk/r13/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
ios_base.h 318 // 27.4.2.1.3 Type ios_base::iostate
324 * Thing to happen. Defined objects of type iostate are:
330 typedef _Ios_Iostate iostate; typedef in class:ios_base
334 static const iostate badbit = _S_badbit;
337 static const iostate eofbit = _S_eofbit;
342 static const iostate failbit = _S_failbit;
345 static const iostate goodbit = _S_goodbit;
455 iostate _M_exception;
456 iostate _M_streambuf_state;

Completed in 431 milliseconds