Lines Matching defs:CArchiveDatabaseOut
125 struct CArchiveDatabaseOut: public COutFolders struct
127 CRecordVector<UInt64> PackSizes;
128 CUInt32DefVector PackCRCs;
129 CObjectVector<CFolder> Folders;
131 CRecordVector<CFileItem> Files;
132 UStringVector Names;
133 CUInt64DefVector CTime;
134 CUInt64DefVector ATime;
135 CUInt64DefVector MTime;
136 CUInt64DefVector StartPos;
137 CUInt32DefVector Attrib;
138 CBoolVector IsAnti;
155 void Clear() in Clear()
178 void ReserveDown() in ReserveDown()
200 bool IsEmpty() const in IsEmpty()
209 bool CheckNumFiles() const in CheckNumFiles()
221 bool IsItemAnti(unsigned index) const { return (index < IsAnti.Size() && IsAnti[index]); } in IsItemAnti()
224 void SetItem_Anti(unsigned index, bool isAnti) in SetItem_Anti()