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

/external/lzma/CPP/7zip/UI/Console/
H A DList.cpp296 struct CListUInt64Def struct
301 CListUInt64Def(): Val(0), Def(false) {} function in struct:CListUInt64Def
303 void Add(const CListUInt64Def &v) { if (v.Def) Add(v.Val); }
324 CListUInt64Def Size;
325 CListUInt64Def PackSize;
706 static void PrintNumber(EAdjustment adj, unsigned width, const CListUInt64Def &value)
764 static HRESULT GetUInt64Value(IInArchive *archive, UInt32 index, PROPID propID, CListUInt64Def &value)

Completed in 161 milliseconds