Home
last modified time | relevance | path

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

/external/lzma/CPP/7zip/Common/
DMethodProps.h27 struct CProps struct
54 class CMethodProps: public CProps argument
DMethodProps.cpp152 void CProps::AddProp32(PROPID propid, UInt32 level) in AddProp32()
195 HRESULT CProps::SetCoderProps(ICompressSetCoderProperties *scp, const UInt64 *dataSizeReduce) const in SetCoderProps()
/external/lzma/CPP/7zip/Archive/7z/
D7zHandlerOut.cpp47 (CProps &)dest = (CProps &)m; in PropsMethod_To_FullMethod()
D7zEncode.cpp89 static HRESULT SetCoderProps2(const CProps &props, const UInt64 *dataSizeReduce, IUnknown *coder) in SetCoderProps2()