Home
last modified time | relevance | path

Searched refs:destProp (Results 1 - 1 of 1) sorted by relevance

/third_party/lzma/CPP/7zip/Common/
H A DMethodProps.cpp193 static HRESULT SetLogSizeProp(UInt64 number, NCOM::CPropVariant &destProp) in SetLogSizeProp() argument
206 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() argument
226 return SetLogSizeProp(number, destProp); in StringToDictSize()
241 destProp = (UInt32)((UInt32)number << numBits); in StringToDictSize()
244 destProp = (UInt32)(Int32)-1; 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() argument
459 ConvertProperty(const PROPVARIANT &srcProp, VARTYPE varType, NCOM::CPropVariant &destProp) ConvertProperty() argument
[all...]

Completed in 1 milliseconds