Home
last modified time | relevance | path

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

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