Searched defs:badbit (Results 1 - 2 of 2) sorted by relevance

/external/stlport/src/
H A Dios.cpp65 const ios_base::iostate ios_base::badbit; member in class:ios_base
158 _M_setstate_nothrow(badbit);
175 _M_setstate_nothrow(badbit);
190 _M_setstate_nothrow(badbit);
248 _M_setstate_nothrow(badbit);
261 _M_setstate_nothrow(badbit);
274 _M_setstate_nothrow(badbit);
/external/libcxx/src/
H A Dios.cpp111 const ios_base::iostate ios_base::badbit; member in class:ios_base
182 setstate(badbit);
211 setstate(badbit);
241 setstate(badbit);
246 setstate(badbit);
273 __rdstate_ = state | badbit;
275 if (((state | (__rdbuf_ ? goodbit : badbit)) & __exceptions_) != 0)
286 __rdstate_ = __rdbuf_ ? goodbit : badbit;
307 // If we can't acquire the needed resources, throw bad_alloc (can't set badbit)
445 __rdstate_ |= badbit;
[all...]

Completed in 76 milliseconds