Home
last modified time | relevance | path

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

/external/lzma/CPP/7zip/Archive/Common/
DHandlerOut.cpp61 return ParsePropToUInt32(name, value, _level); in SetProperty()
68 return ParsePropToUInt32(name, value, _crcSize); in SetProperty()
124 RINOK(ParsePropToUInt32(name.Ptr(1), value, a)); in SetProperties()
/external/lzma/CPP/7zip/Common/
DMethodProps.cpp45 HRESULT ParsePropToUInt32(const UString &name, const PROPVARIANT &prop, UInt32 &resValue) in ParsePropToUInt32() function
90 return ParsePropToUInt32(name, prop, numThreads); in ParseMtProp()
DMethodProps.h15 HRESULT ParsePropToUInt32(const UString &name, const PROPVARIANT &prop, UInt32 &resValue);
/external/lzma/CPP/7zip/UI/Common/
DBench.cpp2138 RINOK(ParsePropToUInt32(L"", propVariant, testTime)); in Bench()