Home
last modified time | relevance | path

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

/aosp_15_r20/external/lzma/CPP/7zip/Archive/
H A DVhdxHandler.cpp222 struct CRegionEntry struct
225 UInt64 Offset;
226 UInt32 Len;
227 UInt32 Required;
229 UInt64 GetEndPos() const { return Offset + Len; } in GetEndPos()