Lines Matching refs:SetMethodProp
181 static void SetMethodProp(COneMethodInfo &m, PROPID propID, const NCOM::CPropVariant &value) in SetMethodProp() function
223 SetMethodProp(oneMethodInfo, NCoderPropID::kDictionarySize, dicSize); in SetCompressionMethod2()
224 SetMethodProp(oneMethodInfo, NCoderPropID::kAlgorithm, algo); in SetCompressionMethod2()
225 SetMethodProp(oneMethodInfo, NCoderPropID::kNumFastBytes, fastBytes); in SetCompressionMethod2()
226 SetMethodProp(oneMethodInfo, NCoderPropID::kMatchFinder, matchFinder); in SetCompressionMethod2()
228 SetMethodProp(oneMethodInfo, NCoderPropID::kNumThreads, numThreads); in SetCompressionMethod2()
247 SetMethodProp(oneMethodInfo, NCoderPropID::kAlgorithm, algo); in SetCompressionMethod2()
248 SetMethodProp(oneMethodInfo, NCoderPropID::kNumFastBytes, fastBytes); in SetCompressionMethod2()
249 SetMethodProp(oneMethodInfo, NCoderPropID::kNumPasses, numPasses); in SetCompressionMethod2()
263 SetMethodProp(oneMethodInfo, NCoderPropID::kNumPasses, numPasses); in SetCompressionMethod2()
264 SetMethodProp(oneMethodInfo, NCoderPropID::kDictionarySize, dicSize); in SetCompressionMethod2()
266 SetMethodProp(oneMethodInfo, NCoderPropID::kNumThreads, numThreads); in SetCompressionMethod2()
283 SetMethodProp(oneMethodInfo, NCoderPropID::kUsedMemorySize, useMemSize); in SetCompressionMethod2()
284 SetMethodProp(oneMethodInfo, NCoderPropID::kOrder, order); in SetCompressionMethod2()