OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:iostate
(Results
1 - 6
of
6
) sorted by null
/ndk/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/current/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/current/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 885 milliseconds