Home
last modified time | relevance | path

Searched refs:ParsePropToUInt32 (Results 1 – 4 of 4) sorted by relevance

/external/lzma/CPP/7zip/Archive/Common/
DHandlerOut.cpp139 return ParsePropToUInt32(name, value, _level); in SetProperty()
146 RINOK(ParsePropToUInt32(name, value, v)); in SetProperty()
155 return ParsePropToUInt32(name, value, _crcSize); in SetProperty()
211 RINOK(ParsePropToUInt32(name.Ptr(1), value, a)); in SetProperties()
/external/lzma/CPP/7zip/Common/
DMethodProps.cpp53 HRESULT ParsePropToUInt32(const UString &name, const PROPVARIANT &prop, UInt32 &resValue) in ParsePropToUInt32() function
98 return ParsePropToUInt32(name, prop, numThreads); in ParseMtProp()
DMethodProps.h18 HRESULT ParsePropToUInt32(const UString &name, const PROPVARIANT &prop, UInt32 &resValue);
/external/lzma/CPP/7zip/UI/Common/
DBench.cpp2877 RINOK(ParsePropToUInt32(UString(), propVariant, testTime)); in Bench()
2884 RINOK(ParsePropToUInt32(UString(), propVariant, freq32)); in Bench()