Home
last modified time | relevance | path

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

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