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

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/
basic_ios.h 131 rdstate() const function in class:basic_ios
152 { this->clear(this->rdstate() | __state); }
171 * A wrapper around rdstate.
175 { return this->rdstate() == 0; }
185 { return (this->rdstate() & eofbit) != 0; }
196 { return (this->rdstate() & (badbit | failbit)) != 0; }
206 { return (this->rdstate() & badbit) != 0; }
349 * and rdstate() remain unchanged. All values in the pword and iword
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/
basic_ios.h 131 rdstate() const function in class:basic_ios
152 { this->clear(this->rdstate() | __state); }
171 * A wrapper around rdstate.
175 { return this->rdstate() == 0; }
185 { return (this->rdstate() & eofbit) != 0; }
196 { return (this->rdstate() & (badbit | failbit)) != 0; }
206 { return (this->rdstate() & badbit) != 0; }
349 * and rdstate() remain unchanged. All values in the pword and iword
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
basic_ios.h 131 rdstate() const function in class:basic_ios
152 { this->clear(this->rdstate() | __state); }
171 * A wrapper around rdstate.
175 { return this->rdstate() == 0; }
185 { return (this->rdstate() & eofbit) != 0; }
196 { return (this->rdstate() & (badbit | failbit)) != 0; }
206 { return (this->rdstate() & badbit) != 0; }
349 * and rdstate() remain unchanged. All values in the pword and iword
  /prebuilts/ndk/r10/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
basic_ios.h 131 rdstate() const function in class:basic_ios
152 { this->clear(this->rdstate() | __state); }
171 * A wrapper around rdstate.
175 { return this->rdstate() == 0; }
185 { return (this->rdstate() & eofbit) != 0; }
196 { return (this->rdstate() & (badbit | failbit)) != 0; }
206 { return (this->rdstate() & badbit) != 0; }
349 * and rdstate() remain unchanged. All values in the pword and iword
  /prebuilts/ndk/r11/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
basic_ios.h 131 rdstate() const function in class:basic_ios
152 { this->clear(this->rdstate() | __state); }
171 * A wrapper around rdstate.
175 { return this->rdstate() == 0; }
185 { return (this->rdstate() & eofbit) != 0; }
196 { return (this->rdstate() & (badbit | failbit)) != 0; }
206 { return (this->rdstate() & badbit) != 0; }
349 * and rdstate() remain unchanged. All values in the pword and iword
  /prebuilts/ndk/r13/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
basic_ios.h 131 rdstate() const function in class:basic_ios
152 { this->clear(this->rdstate() | __state); }
171 * A wrapper around rdstate.
175 { return this->rdstate() == 0; }
185 { return (this->rdstate() & eofbit) != 0; }
196 { return (this->rdstate() & (badbit | failbit)) != 0; }
206 { return (this->rdstate() & badbit) != 0; }
349 * and rdstate() remain unchanged. All values in the pword and iword
  /frameworks/compile/mclinker/include/mcld/Support/
FileHandle.h 71 /// use rdstate() to see what happens.
100 uint16_t rdstate() const { return m_State; } function in class:mcld::FileHandle
  /prebuilts/ndk/r10/sources/cxx-stl/stlport/stlport/stl/
_ios_base.h 172 iostate rdstate() const { return _M_iostate; } function in class:ios_base
  /prebuilts/ndk/r11/sources/cxx-stl/stlport/stlport/stl/
_ios_base.h 172 iostate rdstate() const { return _M_iostate; } function in class:ios_base
  /prebuilts/ndk/r13/sources/cxx-stl/stlport/stlport/stl/
_ios_base.h 172 iostate rdstate() const { return _M_iostate; } function in class:ios_base

Completed in 610 milliseconds