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

/external/lzma/CPP/7zip/Archive/Common/
H A DParseProperties.cpp10 HRESULT ParsePropValue(const UString &name, const PROPVARIANT &prop, UInt32 &resValue) argument
16 resValue = prop.ulVal;
27 resValue = (UInt32)v;
81 HRESULT ParsePropDictionaryValue(const UString &name, const PROPVARIANT &prop, UInt32 &resValue) argument
90 resValue = (UInt32)1 << logDicSize;
94 return ParsePropDictionaryValue(prop.bstrVal, resValue);
97 return ParsePropDictionaryValue(name, resValue);

Completed in 210 milliseconds