Home
last modified time | relevance | path

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

/third_party/lzma/CPP/7zip/Common/
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()
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
259 return SetLogSizeProp(prop.ulVal, destProp); in PROPVARIANT_to_DictSize()
[all …]