Home
last modified time | relevance | path

Searched refs:CListUInt64Def (Results 1 - 1 of 1) sorted by relevance

/third_party/lzma/CPP/7zip/UI/Console/
H A DList.cpp305 struct CListUInt64Def struct
310 CListUInt64Def(): Val(0), Def(false) {} in CListUInt64Def() function
312 void Add(const CListUInt64Def &v) { if (v.Def) Add(v.Val); } in Add()
329 CListUInt64Def Size;
330 CListUInt64Def PackSize;
728 static void PrintNumber(EAdjustment adj, unsigned width, const CListUInt64Def &value) in PrintNumber()
786 static HRESULT GetUInt64Value(IInArchive *archive, UInt32 index, PROPID propID, CListUInt64Def &value) in GetUInt64Value()

Completed in 2 milliseconds