Home
last modified time | relevance | path

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

/third_party/lzma/CPP/7zip/Archive/7z/
D7zCompressionMode.h12 struct CMethodFull: public CMethodProps struct
20 CMethodFull(): CodecIndex(-1), NumThreads(1), Set_NumThreads(false) {} in CMethodFull() argument
42 CObjectVector<CMethodFull> Methods; argument
D7zEncode.cpp156 const CMethodFull &methodFull = _options.Methods[m]; in CreateMixerCoder()
568 CMethodFull method;
588 const CMethodFull &methodFull = _options.Methods[i];
692 CMethodFull method;
D7zHandler.h148 HRESULT PropsMethod_To_FullMethod(CMethodFull &dest, const COneMethodInfo &m);
D7zHandlerOut.cpp44 HRESULT CHandler::PropsMethod_To_FullMethod(CMethodFull &dest, const COneMethodInfo &m) in PropsMethod_To_FullMethod()
69 CMethodFull &methodFull = headerMethod.Methods.AddNew(); in SetHeaderMethod()
131 CMethodFull &methodFull = methodMode.Methods.AddNew(); in SetMainMethod()
D7zUpdate.cpp1169 static inline void GetMethodFull(UInt64 methodID, UInt32 numStreams, CMethodFull &m) in GetMethodFull()
1203 CMethodFull m; in AddBcj2Methods()
1243 const CMethodFull &m = mode.Methods[0]; in MakeExeMethod()
1256 CMethodFull &m = mode.Methods.InsertNew(0); in MakeExeMethod()
1313 CMethodFull &nextMethod = mode.Methods[nextCoder]; in MakeExeMethod()