Searched refs:StreamErrorState (Results 1 – 1 of 1) sorted by relevance
45 struct StreamErrorState { struct57 bool operator==(const StreamErrorState &ES) const { in operator ==() argument61 bool operator!=(const StreamErrorState &ES) const { return !(*this == ES); } in operator !=() argument63 StreamErrorState operator|(const StreamErrorState &E) const { in operator |() argument67 StreamErrorState operator&(const StreamErrorState &E) const { in operator &() argument71 StreamErrorState operator~() const { return {!NoError, !FEof, !FError}; } in operator ~() argument83 const StreamErrorState ErrorNone{true, false, false};84 const StreamErrorState ErrorFEof{false, true, false};85 const StreamErrorState ErrorFError{false, false, true};102 StreamErrorState const ErrorState;[all …]