Home
last modified time | relevance | path

Searched refs:resValue (Results 1 – 2 of 2) sorted by relevance

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