Home
last modified time | relevance | path

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

/external/lzma/CPP/7zip/Archive/Common/
DParseProperties.cpp40 HRESULT ParsePropDictionaryValue(const UString &srcStringSpec, UInt32 &dicSize) in ParsePropDictionaryValue() function
81 HRESULT ParsePropDictionaryValue(const UString &name, const PROPVARIANT &prop, UInt32 &resValue) in ParsePropDictionaryValue() function
94 return ParsePropDictionaryValue(prop.bstrVal, resValue); in ParsePropDictionaryValue()
97 return ParsePropDictionaryValue(name, resValue); in ParsePropDictionaryValue()
DParseProperties.h10 HRESULT ParsePropDictionaryValue(const UString &srcStringSpec, UInt32 &dicSize);
11 HRESULT ParsePropDictionaryValue(const UString &name, const PROPVARIANT &prop, UInt32 &resValue);
DHandlerOut.cpp345 RINOK(ParsePropDictionaryValue(value, dicSize)); in SetParam()
603 RINOK(ParsePropDictionaryValue(realName.Mid(MyStringLen(nameToPropID.Name)), value, dicSize)); in SetProperty()