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.cpp578 case kpidAttrib: if (item.AttribDefined) PropVarEm_Set_UInt32(value, item.Attrib); break; in GetProperty()
579 case kpidCRC: if (item.CrcDefined) PropVarEm_Set_UInt32(value, item.Crc); break; in GetProperty()
606 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