Searched refs:destProp (Results 1 – 1 of 1) sorted by relevance
193 static HRESULT SetLogSizeProp(UInt64 number, NCOM::CPropVariant &destProp) in SetLogSizeProp() argument206 destProp = (UInt64)((UInt64)1 << (unsigned)number); in SetLogSizeProp()209 destProp = (UInt32)val32; in SetLogSizeProp()214 static HRESULT StringToDictSize(const UString &s, NCOM::CPropVariant &destProp) in StringToDictSize() argument226 return SetLogSizeProp(number, destProp); in StringToDictSize()241 destProp = (UInt32)((UInt32)number << numBits); in StringToDictSize()247 destProp = (UInt64)number; in StringToDictSize()251 destProp = (UInt64)((UInt64)number << numBits); in StringToDictSize()256 static HRESULT PROPVARIANT_to_DictSize(const PROPVARIANT &prop, NCOM::CPropVariant &destProp) in PROPVARIANT_to_DictSize() argument259 return SetLogSizeProp(prop.ulVal, destProp); in PROPVARIANT_to_DictSize()[all …]