Home
last modified time | relevance | path

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

/external/lzma/CPP/7zip/Archive/7z/
D7zItem.h119 struct CUInt64DefVector struct
121 CBoolVector Defs;
122 CRecordVector<UInt64> Vals;
124 void Clear() in Clear()
130 void ReserveDown() in ReserveDown()
136 bool GetItem(unsigned index, UInt64 &value) const in GetItem()
149 bool CheckSize(unsigned size) const { return Defs.Size() == size || Defs.Size() == 0; } in CheckSize()