Searched defs:CResource (Results 1 – 2 of 2) sorted by relevance
145 struct CResource struct147 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 …]
24 struct CResource: public CResourceBase struct33 typedef CResource CResourceW; argument