Searched refs:PropVarEm_Set_UInt64 (Results 1 – 3 of 3) sorted by relevance
/external/lzma/CPP/7zip/Archive/ |
D | MubHandler.cpp | 93 case kpidPhySize: PropVarEm_Set_UInt64(value, _phySize); break; 142 PropVarEm_Set_UInt64(value, item.Size); 145 PropVarEm_Set_UInt64(value, item.Offset);
|
/external/lzma/CPP/7zip/Archive/7z/ |
D | 7zHandler.cpp | 587 PropVarEm_Set_UInt64(value, item.Size); in Z7_COM7F_IMF() 599 PropVarEm_Set_UInt64(value, _db.GetFolderFullPackSize(folderIndex)); in Z7_COM7F_IMF() 606 PropVarEm_Set_UInt64(value, 0); in Z7_COM7F_IMF() 611 …case kpidPosition: { UInt64 v; if (_db.StartPos.GetItem(index2, v)) PropVarEm_Set_UInt64(value, v… in Z7_COM7F_IMF() 660 … PropVarEm_Set_UInt64(value, _db.GetFolderPackStreamSize(folderIndex, propID - kpidPackedSize0)); in Z7_COM7F_IMF() 664 PropVarEm_Set_UInt64(value, 0); in Z7_COM7F_IMF()
|
/external/lzma/CPP/Windows/ |
D | PropVariant.h | 26 inline void PropVarEm_Set_UInt64(PROPVARIANT *p, UInt64 v) throw() in PropVarEm_Set_UInt64() function
|