Home
last modified time | relevance | path

Searched defs:CArcErrorInfo (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/lzma/CPP/7zip/UI/Common/
H A DOpenArchive.h149 struct CArcErrorInfo struct
151 bool ThereIsTail;
152 bool UnexpecedEnd;
176 CArcErrorInfo(): in CArcErrorInfo() argument
190 void ClearErrors_Full() in ClearErrors_Full()
196 bool IsThereErrorOrWarning() const in IsThereErrorOrWarning()
206 bool AreThereErrors() const { return ErrorFlags != 0 || UnexpecedEnd; } in AreThereErrors()
207 bool AreThereWarnings() const { return WarningFlags != 0 || NeedTailWarning(); } in AreThereWarnings()
209 bool NeedTailWarning() const { return !IgnoreTail && ThereIsTail; } in NeedTailWarning()
211 UInt32 GetWarningFlags() const in GetWarningFlags()
[all …]