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

  /external/lzma/CPP/7zip/Archive/7z/
7zEncode.cpp 70 const CMethodFull &methodFull = _options.Methods[i];
72 encodingInfo.MethodID = methodFull.Id;
79 methodFull.Id, encoder, encoder2, true));
97 RINOK(SetCoderProps2(methodFull, inSizeForReduce, encoderCommon));
341 const CMethodFull &methodFull = _options.Methods[i];
343 coderStreamsInfo.NumInStreams = methodFull.NumOutStreams;
344 coderStreamsInfo.NumOutStreams = methodFull.NumInStreams;
449 const CMethodFull &methodFull = _options.Methods[i];
450 _decompressionMethods.Add(methodFull.Id);
7zHandlerOut.cpp 63 CMethodFull methodFull;
64 RINOK(PropsMethod_To_FullMethod(methodFull, m));
65 headerMethod.Methods.Add(methodFull);
108 CMethodFull methodFull;
109 RINOK(PropsMethod_To_FullMethod(methodFull, oneMethodInfo));
110 methodMode.Methods.Add(methodFull);
112 if (methodFull.Id != k_Copy)
119 switch (methodFull.Id)

Completed in 65 milliseconds