Searched refs:ParsePropToUInt32 (Results 1 – 4 of 4) sorted by relevance
/external/lzma/CPP/7zip/Archive/Common/ |
D | HandlerOut.cpp | 139 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/ |
D | MethodProps.cpp | 53 HRESULT ParsePropToUInt32(const UString &name, const PROPVARIANT &prop, UInt32 &resValue) in ParsePropToUInt32() function 98 return ParsePropToUInt32(name, prop, numThreads); in ParseMtProp()
|
D | MethodProps.h | 18 HRESULT ParsePropToUInt32(const UString &name, const PROPVARIANT &prop, UInt32 &resValue);
|
/external/lzma/CPP/7zip/UI/Common/ |
D | Bench.cpp | 2877 RINOK(ParsePropToUInt32(UString(), propVariant, testTime)); in Bench() 2884 RINOK(ParsePropToUInt32(UString(), propVariant, freq32)); in Bench()
|