Home
last modified time | relevance | path

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

/external/lzma/CPP/7zip/Common/
DMethodProps.cpp164 void CProps::AddProp32(PROPID propid, UInt32 val) in AddProp32()
172 void CProps::AddPropBool(PROPID propid, bool val) in AddPropBool()
215 HRESULT CProps::SetCoderProps(ICompressSetCoderProperties *scp, const UInt64 *dataSizeReduce) const in SetCoderProps()
DMethodProps.h30 struct CProps struct
59 class CMethodProps: public CProps argument
/external/lzma/CPP/7zip/Archive/7z/
D7zHandlerOut.cpp52 (CProps &)dest = (CProps &)m; in PropsMethod_To_FullMethod()
D7zEncode.cpp89 static HRESULT SetCoderProps2(const CProps &props, const UInt64 *dataSizeReduce, IUnknown *coder) in SetCoderProps2()