Lines Matching defs:methodFull
69 CMethodFull &methodFull = headerMethod.Methods.AddNew();
70 return PropsMethod_To_FullMethod(methodFull, m);
131 CMethodFull &methodFull = methodMode.Methods.AddNew();
132 RINOK(PropsMethod_To_FullMethod(methodFull, oneMethodInfo))
135 methodFull.Set_NumThreads = true;
136 methodFull.NumThreads = methodMode.NumThreads;
139 if (methodFull.Id != k_Copy)
143 switch (methodFull.Id)
158 if (methodFull.Id == k_ZSTD)
174 methodFull.Set_NumThreads = false; // we don't use ICompressSetCoderMt::SetNumberOfThreads() for LZMA2 encoder
189 CMultiMethodProps::SetMethodThreadsTo_Replace(methodFull, numThreads_New);
196 if (methodFull.Id == k_LZMA2)
223 methodFull.Set_NumThreads = false; // we don't use ICompressSetCoderMt::SetNumberOfThreads() for LZMA2 encoder
263 CMultiMethodProps::SetMethodThreadsTo_Replace(methodFull, numThreads_New);