Searched refs:ParsePropDictionaryValue (Results 1 – 3 of 3) sorted by relevance
/external/lzma/CPP/7zip/Archive/Common/ |
D | ParseProperties.cpp | 40 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()
|
D | ParseProperties.h | 10 HRESULT ParsePropDictionaryValue(const UString &srcStringSpec, UInt32 &dicSize); 11 HRESULT ParsePropDictionaryValue(const UString &name, const PROPVARIANT &prop, UInt32 &resValue);
|
D | HandlerOut.cpp | 345 RINOK(ParsePropDictionaryValue(value, dicSize)); in SetParam() 603 RINOK(ParsePropDictionaryValue(realName.Mid(MyStringLen(nameToPropID.Name)), value, dicSize)); in SetProperty()
|