HomeSort by relevance Sort by last modified time
    Searched refs:PropVarEm_Set_UInt32 (Results 1 - 2 of 2) sorted by null

  /external/lzma/CPP/Windows/
PropVariant.h 20 inline void PropVarEm_Set_UInt32(PROPVARIANT *p, UInt32 v) throw()
  /external/lzma/CPP/7zip/Archive/7z/
7zHandler.cpp 578 case kpidAttrib: if (item.AttribDefined) PropVarEm_Set_UInt32(value, item.Attrib); break;
579 case kpidCRC: if (item.CrcDefined) PropVarEm_Set_UInt32(value, item.Crc); break;
606 PropVarEm_Set_UInt32(value, (UInt32)folderIndex);

Completed in 682 milliseconds