Searched refs:StreamErrorState (Results 1 – 1 of 1) sorted by relevance
42 struct StreamErrorState { struct54 bool operator==(const StreamErrorState &ES) const { in operator ==() argument60 StreamErrorState operator|(const StreamErrorState &E) const { in operator |() argument64 StreamErrorState operator&(const StreamErrorState &E) const { in operator &() argument80 const StreamErrorState ErrorNone{true, false, false};81 const StreamErrorState ErrorFEof{false, true, false};82 const StreamErrorState ErrorFError{false, false, true};99 StreamErrorState const ErrorState;313 const StreamErrorState &ErrorKind) const;697 StreamErrorState NewES; in evalFreadFwrite()[all …]