Searched refs:ParseMtProp2 (Results 1 - 3 of 3) sorted by relevance
/third_party/lzma/CPP/7zip/Common/ |
H A D | MethodProps.h | 38 HRESULT ParseMtProp2(const UString &name, const PROPVARIANT &prop, UInt32 &numThreads, bool &force);
44 return ParseMtProp2(name, prop, numThreads, forced);
in ParseMtProp()
|
H A D | MethodProps.cpp | 109 HRESULT ParseMtProp2(const UString &name, const PROPVARIANT &prop, UInt32 &numThreads, bool &force)
in ParseMtProp2() function
|
/third_party/lzma/CPP/7zip/Archive/Common/ |
H A D | HandlerOut.cpp | 94 hres = ParseMtProp2(name.Ptr(2), value, _numThreads, _numThreads_WasForced);
in SetCommonProperty()
|
Completed in 3 milliseconds