Home
last modified time | relevance | path

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

/external/lzma/CPP/7zip/Archive/7z/
D7zHandler.cpp584 …case kpidAttrib: if (_db.Attrib.ValidAndDefined(index2)) PropVarEm_Set_UInt32(value, _db.Attrib.V… in GetProperty()
585 case kpidCRC: if (item.CrcDefined) PropVarEm_Set_UInt32(value, item.Crc); break; in GetProperty()
612 PropVarEm_Set_UInt32(value, (UInt32)folderIndex); in GetProperty()
/external/lzma/CPP/Windows/
DPropVariant.h20 inline void PropVarEm_Set_UInt32(PROPVARIANT *p, UInt32 v) throw() in PropVarEm_Set_UInt32() function