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

  /external/libcxx/src/
ios.cpp 113 const ios_base::iostate ios_base::badbit; member in class:ios_base
188 setstate(badbit);
212 setstate(badbit);
237 setstate(badbit);
241 setstate(badbit);
269 __rdstate_ = state | badbit;
271 if (((state | (__rdbuf_ ? goodbit : badbit)) & __exceptions_) != 0)
282 __rdstate_ = __rdbuf_ ? goodbit : badbit;
303 // If we can't acquire the needed resources, throw bad_alloc (can't set badbit)
441 __rdstate_ |= badbit;
    [all...]
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/src/
ios.cpp 116 const ios_base::iostate ios_base::badbit; member in class:ios_base
191 setstate(badbit);
215 setstate(badbit);
240 setstate(badbit);
244 setstate(badbit);
272 __rdstate_ = state | badbit;
274 if (((state | (__rdbuf_ ? goodbit : badbit)) & __exceptions_) != 0)
285 __rdstate_ = __rdbuf_ ? goodbit : badbit;
306 // If we can't acquire the needed resources, throw bad_alloc (can't set badbit)
444 __rdstate_ |= badbit;
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/
ios_base.h 325 * - badbit
334 static const iostate badbit = _S_badbit; member in class:ios_base
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
ios_base.h 325 * - badbit
334 static const iostate badbit = _S_badbit; member in class:ios_base

Completed in 173 milliseconds