Searched refs:StreamErrorState (Results 1 – 1 of 1) sorted by relevance
43 struct StreamErrorState { struct55 bool operator==(const StreamErrorState &ES) const { in operator ==() argument61 StreamErrorState operator|(const StreamErrorState &E) const { in operator |() argument65 StreamErrorState operator&(const StreamErrorState &E) const { in operator &() argument81 const StreamErrorState ErrorNone{true, false, false};82 const StreamErrorState ErrorFEof{false, true, false};83 const StreamErrorState ErrorFError{false, false, true};100 StreamErrorState const ErrorState;314 const StreamErrorState &ErrorKind) const;694 StreamErrorState NewES; in evalFreadFwrite()[all …]