Lines Matching refs:FindProp
93 const int i = FindProp(NCoderPropID::kNumThreads);
106 const int i = FindProp(NCoderPropID::kDictionarySize);
124 int FindProp(PROPID id) const;
128 int i = FindProp(NCoderPropID::kAlgorithm);
154 const int i = FindProp(NCoderPropID::kMatchFinder);
166 const int i = FindProp(NCoderPropID::kEndMarker);
178 if (FindProp(NCoderPropID::kPosStateBits) >= 0) return true;
179 if (FindProp(NCoderPropID::kLitContextBits) >= 0) return true;
180 if (FindProp(NCoderPropID::kLitPosBits) >= 0) return true;
210 const int i = FindProp(id);
263 const int i = FindProp(NCoderPropID::kDictionarySize);
283 const int i = FindProp(NCoderPropID::kUsedMemorySize);
309 if (FindProp(NCoderPropID::kEndMarker) < 0)
315 if (FindProp(NCoderPropID::kBlockSize2) < 0)