Home
last modified time | relevance | path

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

/external/lzma/CPP/7zip/Archive/7z/
D7zHandler.cpp550 PropVarEm_Set_UInt64(value, item.Size); in GetProperty()
562 PropVarEm_Set_UInt64(value, _db.GetFolderFullPackSize(folderIndex)); in GetProperty()
569 PropVarEm_Set_UInt64(value, 0); in GetProperty()
574 …case kpidPosition: { UInt64 v; if (_db.StartPos.GetItem(index2, v)) PropVarEm_Set_UInt64(value, v… in GetProperty()
/external/lzma/CPP/Windows/
DPropVariant.h26 inline void PropVarEm_Set_UInt64(PROPVARIANT *p, UInt64 v) throw() in PropVarEm_Set_UInt64() function