Home
last modified time | relevance | path

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

/aosp_15_r20/external/lzma/CPP/7zip/Archive/Wim/
H A DWimIn.h145 struct CResource struct
147 UInt64 PackSize;
148 UInt64 Offset;
149 UInt64 UnpackSize;
150 Byte Flags;
151 bool KeepSolid;
152 int SolidIndex;
154 void Clear() in Clear()
164 UInt64 GetEndLimit() const { return Offset + PackSize; } in GetEndLimit()
166 void ParseAndUpdatePhySize(const Byte *p, UInt64 &phySize) in ParseAndUpdatePhySize()
[all …]
/aosp_15_r20/external/lzma/CPP/Windows/
H A DNet.h24 struct CResource: public CResourceBase struct
33 typedef CResource CResourceW; argument