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