Searched defs:ParsePropDictionaryValue (Results 1 - 1 of 1) sorted by relevance

/external/lzma/CPP/7zip/Archive/Common/
H A DParseProperties.cpp40 HRESULT ParsePropDictionaryValue(const UString &srcStringSpec, UInt32 &dicSize) function
81 HRESULT ParsePropDictionaryValue(const UString &name, const PROPVARIANT &prop, UInt32 &resValue) function
94 return ParsePropDictionaryValue(prop.bstrVal, resValue);
97 return ParsePropDictionaryValue(name, resValue);

Completed in 140 milliseconds