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
18 CMethodFull(): CodecIndex(-1) {} in CMethodFull() argument
40 CObjectVector<CMethodFull> Methods; argument
D7zEncode.cpp153 const CMethodFull &methodFull = _options.Methods[m]; in CreateMixerCoder()
521 CMethodFull method; in EncoderConstr()
541 const CMethodFull &methodFull = _options.Methods[i]; in EncoderConstr()
645 CMethodFull method; in EncoderConstr()
D7zHandler.h155 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()
68 CMethodFull &methodFull = headerMethod.Methods.AddNew(); in SetHeaderMethod()
127 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()