Home
last modified time | relevance | path

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

/external/lzma/CPP/7zip/Archive/Common/
DHandlerOut.cpp23 void CMultiMethodProps::SetGlobalLevelAndThreads(COneMethodInfo &oneMethodInfo in SetGlobalLevelAndThreads()
38 void CMultiMethodProps::Init() in Init()
53 HRESULT CMultiMethodProps::SetProperty(const wchar_t *nameSpec, const PROPVARIANT &value) in SetProperty()
DHandlerOut.h10 class CMultiMethodProps
45 CMultiMethodProps() { Init(); } in CMultiMethodProps() function
/external/lzma/CPP/7zip/Archive/7z/
D7zHandler.h36 class COutHandler: public CMultiMethodProps
D7zHandlerOut.cpp697 CMultiMethodProps::Init(); in InitProps()
839 return CMultiMethodProps::SetProperty(name, value); in SetProperty()
/external/lzma/CPP/7zip/Archive/
DXzHandler.cpp77 public CMultiMethodProps,
99 CMultiMethodProps::Init(); in Init()