Searched refs:StreamErrorState (Results 1 – 1 of 1) sorted by relevance
49 struct StreamErrorState { struct61 bool operator==(const StreamErrorState &ES) const { in operator ==() argument65 bool operator!=(const StreamErrorState &ES) const { return !(*this == ES); } in operator !=() argument67 StreamErrorState operator|(const StreamErrorState &E) const { in operator |() argument71 StreamErrorState operator&(const StreamErrorState &E) const { in operator &() argument75 StreamErrorState operator~() const { return {!NoError, !FEof, !FError}; } in operator ~() argument93 const StreamErrorState ErrorNone{true, false, false};94 const StreamErrorState ErrorFEof{false, true, false};95 const StreamErrorState ErrorFError{false, false, true};124 StreamErrorState const ErrorState;[all …]