Home
last modified time | relevance | path

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

/third_party/lzma/CPP/7zip/Archive/7z/
D7zItem.h140 struct CUInt64DefVector struct
142 CBoolVector Defs;
143 CRecordVector<UInt64> Vals;
145 void Clear() in Clear()
151 void ReserveDown() in ReserveDown()
157 bool GetItem(unsigned index, UInt64 &value) const in GetItem()
168 bool CheckSize(unsigned size) const { return Defs.Size() == size || Defs.Size() == 0; } in CheckSize()