Home
last modified time | relevance | path

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

/aosp_15_r20/external/lzma/CPP/7zip/Common/
H A DMethodProps.cpp194 static HRESULT SetLogSizeProp(UInt64 number, NCOM::CPropVariant &destProp) in SetLogSizeProp()
215 static HRESULT StringToDictSize(const UString &s, NCOM::CPropVariant &destProp) in StringToDictSize()
257 static HRESULT PROPVARIANT_to_DictSize(const PROPVARIANT &prop, NCOM::CPropVariant &destProp) in PROPVARIANT_to_DictSize()
460 …tic bool ConvertProperty(const PROPVARIANT &srcProp, VARTYPE varType, NCOM::CPropVariant &destProp) in ConvertProperty()