Searched refs:StreamErrorState (Results 1 – 1 of 1) sorted by relevance
38 struct StreamErrorState { struct50 bool operator==(const StreamErrorState &ES) const { in operator ==() argument54 bool operator!=(const StreamErrorState &ES) const { return !(*this == ES); } in operator !=() argument56 StreamErrorState operator|(const StreamErrorState &E) const { in operator |() argument60 StreamErrorState operator&(const StreamErrorState &E) const { in operator &() argument64 StreamErrorState operator~() const { return {!NoError, !FEof, !FError}; } in operator ~() argument76 const StreamErrorState ErrorNone{true, false, false};77 const StreamErrorState ErrorFEof{false, true, false};78 const StreamErrorState ErrorFError{false, false, true};95 StreamErrorState const ErrorState;[all …]