Home
last modified time | relevance | path

Searched refs:CMultiMethodProps (Results 1 – 5 of 5) sorted by relevance

/third_party/lzma/CPP/7zip/Archive/Common/
DHandlerOut.cpp123 void CMultiMethodProps::SetGlobalLevelTo(COneMethodInfo &oneMethodInfo) const in SetGlobalLevelTo()
144 void CMultiMethodProps::SetMethodThreadsTo_IfNotFinded(CMethodProps &oneMethodInfo, UInt32 numThrea… in SetMethodThreadsTo_IfNotFinded()
149 void CMultiMethodProps::SetMethodThreadsTo_Replace(CMethodProps &oneMethodInfo, UInt32 numThreads) in SetMethodThreadsTo_Replace()
157 void CMultiMethodProps::InitMulti() in InitMulti()
165 void CMultiMethodProps::Init() in Init()
174 HRESULT CMultiMethodProps::SetProperty(const wchar_t *nameSpec, const PROPVARIANT &value) in SetProperty()
DHandlerOut.h68 class CMultiMethodProps: public CCommonMethodProps
102 CMultiMethodProps() { InitMulti(); } in CMultiMethodProps() function
/third_party/lzma/CPP/7zip/Archive/7z/
D7zHandlerOut.cpp127 CMultiMethodProps::SetMethodThreadsTo_IfNotFinded(oneMethodInfo, methodMode.NumThreads); in SetMainMethod()
263 CMultiMethodProps::SetMethodThreadsTo_Replace(methodFull, numThreads_New); in SetMainMethod()
865 CMultiMethodProps::Init(); in InitProps()
1009 return CMultiMethodProps::SetProperty(name, value); in SetProperty()
D7zHandler.h36 class COutHandler: public CMultiMethodProps
/third_party/lzma/CPP/7zip/Archive/
DXzHandler.cpp56 public CMultiMethodProps
117 CMultiMethodProps::Init();
1184 CMultiMethodProps::SetMethodThreadsTo_IfNotFinded(oneMethodInfo, numThreads);
1368 return CMultiMethodProps::SetProperty(name, value);