Home
last modified time | relevance | path

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

/external/lzma/CPP/7zip/Archive/7z/
D7zCompressionMode.h12 struct CMethodFull: public CMethodProps struct
38 CObjectVector<CMethodFull> Methods; argument
D7zEncode.cpp153 const CMethodFull &methodFull = _options.Methods[m]; in CreateMixerCoder()
499 CMethodFull method; in EncoderConstr()
519 const CMethodFull &methodFull = _options.Methods[i]; in EncoderConstr()
623 CMethodFull method; in EncoderConstr()
D7zHandler.h147 HRESULT PropsMethod_To_FullMethod(CMethodFull &dest, const COneMethodInfo &m);
D7zHandlerOut.cpp41 HRESULT CHandler::PropsMethod_To_FullMethod(CMethodFull &dest, const COneMethodInfo &m) in PropsMethod_To_FullMethod()
63 CMethodFull &methodFull = headerMethod.Methods.AddNew(); in SetHeaderMethod()
122 CMethodFull &methodFull = methodMode.Methods.AddNew(); in SetMainMethod()
D7zUpdate.cpp931 static inline void GetMethodFull(UInt64 methodID, UInt32 numStreams, CMethodFull &m) in GetMethodFull()
965 CMethodFull m; in AddBcj2Methods()
1005 const CMethodFull &m = mode.Methods[0]; in MakeExeMethod()
1018 CMethodFull &m = mode.Methods.InsertNew(0); in MakeExeMethod()
1066 CMethodFull &nextMethod = mode.Methods[nextCoder]; in MakeExeMethod()