Home
last modified time | relevance | path

Searched refs:CCommonMethodProps (Results 1 – 4 of 4) sorted by relevance

/external/lzma/CPP/7zip/Archive/Common/
DHandlerOut.h14 class CCommonMethodProps
44 CCommonMethodProps() { InitCommon(); } in CCommonMethodProps() function
50 class CMultiMethodProps: public CCommonMethodProps
89 class CSingleMethodProps: public COneMethodInfo, public CCommonMethodProps
DHandlerOut.cpp66 bool CCommonMethodProps::SetCommonProperty(const UString &name, const PROPVARIANT &value, HRESULT &… in SetCommonProperty()
/external/lzma/CPP/7zip/Archive/7z/
D7zHandler.h102 public CCommonMethodProps
/external/lzma/CPP/7zip/Archive/
DXzHandler.cpp61 public CCommonMethodProps
94 CCommonMethodProps::InitCommon(); in Init()