Searched refs:ParsePropToUInt32 (Results 1 – 4 of 4) sorted by relevance
/external/lzma/CPP/7zip/Archive/Common/ |
D | HandlerOut.cpp | 64 return ParsePropToUInt32(name, value, _level); in SetProperty() 71 RINOK(ParsePropToUInt32(name, value, v)); in SetProperty() 80 return ParsePropToUInt32(name, value, _crcSize); in SetProperty() 138 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 | 2526 RINOK(ParsePropToUInt32(L"", propVariant, testTime)); in Bench() 2533 RINOK(ParsePropToUInt32(L"", propVariant, freq32)); in Bench()
|