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.cpp556 PropVarEm_Set_UInt64(value, item.Size); in GetProperty()
568 PropVarEm_Set_UInt64(value, _db.GetFolderFullPackSize(folderIndex)); in GetProperty()
575 PropVarEm_Set_UInt64(value, 0); in GetProperty()
580 …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