Lines Matching defs:CArchiveDatabaseOut
123 struct CArchiveDatabaseOut: public COutFolders struct
125 CRecordVector<UInt64> PackSizes;
126 CUInt32DefVector PackCRCs;
127 CObjectVector<CFolder> Folders;
129 CRecordVector<CFileItem> Files;
130 UStringVector Names;
131 CUInt64DefVector CTime;
132 CUInt64DefVector ATime;
133 CUInt64DefVector MTime;
134 CUInt64DefVector StartPos;
135 CUInt32DefVector Attrib;
136 CBoolVector IsAnti;
153 void Clear() in Clear()
176 void ReserveDown() in ReserveDown()
198 bool IsEmpty() const in IsEmpty()
207 bool CheckNumFiles() const in CheckNumFiles()
219 bool IsItemAnti(unsigned index) const { return (index < IsAnti.Size() && IsAnti[index]); } in IsItemAnti()
222 void SetItem_Anti(unsigned index, bool isAnti) in SetItem_Anti()