HomeSort by relevance Sort by last modified time
    Searched refs:CMethodFull (Results 1 - 5 of 5) sorted by null

  /external/lzma/CPP/7zip/Archive/7z/
7zCompressionMode.h 12 struct CMethodFull: public CMethodProps
18 CMethodFull(): CodecIndex(-1) {}
40 CObjectVector<CMethodFull> Methods;
7zHandler.h 155 HRESULT PropsMethod_To_FullMethod(CMethodFull &dest, const COneMethodInfo &m);
7zEncode.cpp 153 const CMethodFull &methodFull = _options.Methods[m];
521 CMethodFull method;
541 const CMethodFull &methodFull = _options.Methods[i];
645 CMethodFull method;
7zHandlerOut.cpp 44 HRESULT CHandler::PropsMethod_To_FullMethod(CMethodFull &dest, const COneMethodInfo &m)
68 CMethodFull &methodFull = headerMethod.Methods.AddNew();
127 CMethodFull &methodFull = methodMode.Methods.AddNew();
7zUpdate.cpp 931 static inline void GetMethodFull(UInt64 methodID, UInt32 numStreams, CMethodFull &m)
965 CMethodFull m;
1005 const CMethodFull &m = mode.Methods[0];
1018 CMethodFull &m = mode.Methods.InsertNew(0);
1066 CMethodFull &nextMethod = mode.Methods[nextCoder];
    [all...]

Completed in 159 milliseconds