Home
last modified time | relevance | path

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

/external/lzma/CPP/7zip/Archive/7z/
D7zItem.h135 struct CUInt64DefVector struct
137 CBoolVector Defs;
138 CRecordVector<UInt64> Vals;
140 void Clear() in Clear()
146 void ReserveDown() in ReserveDown()
152 bool GetItem(unsigned index, UInt64 &value) const in GetItem()
163 bool CheckSize(unsigned size) const { return Defs.Size() == size || Defs.Size() == 0; } in CheckSize()