OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:iostate
(Results
1 - 19
of
19
) sorted by null
/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
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/5/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;
/prebuilts/ndk/6/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;
/prebuilts/ndk/7/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;
/prebuilts/ndk/8/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/9/sources/cxx-stl/EH/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/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;
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
ios_base.h
320
// 27.4.2.1.3 Type ios_base::
iostate
326
* Thing to happen. Defined objects of type
iostate
are:
332
typedef _Ios_Iostate
iostate
;
typedef in class:ios_base
336
static const
iostate
badbit = _S_badbit;
339
static const
iostate
eofbit = _S_eofbit;
344
static const
iostate
failbit = _S_failbit;
347
static const
iostate
goodbit = _S_goodbit;
457
iostate
_M_exception;
458
iostate
_M_streambuf_state;
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/
ios_base.h
320
// 27.4.2.1.3 Type ios_base::
iostate
326
* Thing to happen. Defined objects of type
iostate
are:
332
typedef _Ios_Iostate
iostate
;
typedef in class:ios_base
336
static const
iostate
badbit = _S_badbit;
339
static const
iostate
eofbit = _S_eofbit;
344
static const
iostate
failbit = _S_failbit;
347
static const
iostate
goodbit = _S_goodbit;
457
iostate
_M_exception;
458
iostate
_M_streambuf_state;
/prebuilts/ndk/5/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;
/prebuilts/ndk/6/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;
/prebuilts/ndk/7/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;
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/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;
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
ios_base.h
320
// 27.4.2.1.3 Type ios_base::
iostate
326
* Thing to happen. Defined objects of type
iostate
are:
332
typedef _Ios_Iostate
iostate
;
typedef in class:ios_base
336
static const
iostate
badbit = _S_badbit;
339
static const
iostate
eofbit = _S_eofbit;
344
static const
iostate
failbit = _S_failbit;
347
static const
iostate
goodbit = _S_goodbit;
457
iostate
_M_exception;
458
iostate
_M_streambuf_state;
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
ios_base.h
320
// 27.4.2.1.3 Type ios_base::
iostate
326
* Thing to happen. Defined objects of type
iostate
are:
332
typedef _Ios_Iostate
iostate
;
typedef in class:ios_base
336
static const
iostate
badbit = _S_badbit;
339
static const
iostate
eofbit = _S_eofbit;
344
static const
iostate
failbit = _S_failbit;
347
static const
iostate
goodbit = _S_goodbit;
457
iostate
_M_exception;
458
iostate
_M_streambuf_state;
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
ios_base.h
320
// 27.4.2.1.3 Type ios_base::
iostate
326
* Thing to happen. Defined objects of type
iostate
are:
332
typedef _Ios_Iostate
iostate
;
typedef in class:ios_base
336
static const
iostate
badbit = _S_badbit;
339
static const
iostate
eofbit = _S_eofbit;
344
static const
iostate
failbit = _S_failbit;
347
static const
iostate
goodbit = _S_goodbit;
457
iostate
_M_exception;
458
iostate
_M_streambuf_state;
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
ios_base.h
320
// 27.4.2.1.3 Type ios_base::
iostate
326
* Thing to happen. Defined objects of type
iostate
are:
332
typedef _Ios_Iostate
iostate
;
typedef in class:ios_base
336
static const
iostate
badbit = _S_badbit;
339
static const
iostate
eofbit = _S_eofbit;
344
static const
iostate
failbit = _S_failbit;
347
static const
iostate
goodbit = _S_goodbit;
457
iostate
_M_exception;
458
iostate
_M_streambuf_state;
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/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 480 milliseconds