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()
37 void CMultiMethodProps::Init() in Init()
50 HRESULT CMultiMethodProps::SetProperty(const wchar_t *nameSpec, const PROPVARIANT &value) in SetProperty()
DHandlerOut.h10 class CMultiMethodProps
43 CMultiMethodProps() { Init(); } in CMultiMethodProps() function
/external/lzma/CPP/7zip/Archive/7z/
D7zHandler.h46 class COutHandler: public CMultiMethodProps
D7zHandlerOut.cpp658 CMultiMethodProps::Init(); in InitProps()
792 return CMultiMethodProps::SetProperty(name, value); in SetProperty()
/external/lzma/CPP/7zip/Archive/
DXzHandler.cpp127 public CMultiMethodProps,
146 CMultiMethodProps::Init(); in Init()