Searched refs:FindProp (Results 1 – 3 of 3) sorted by relevance
62 int i = FindProp(NCoderPropID::kNumThreads); in Get_NumThreads()72 int i = FindProp(NCoderPropID::kDictionarySize); in Get_DicSize()82 int FindProp(PROPID id) const;86 int i = FindProp(NCoderPropID::kAlgorithm); in Get_Lzma_Algo()95 int i = FindProp(NCoderPropID::kDictionarySize); in Get_Lzma_DicSize()131 int i = FindProp(NCoderPropID::kDictionarySize); in Get_BZip2_BlockSize()148 int i = FindProp(NCoderPropID::kUsedMemorySize); in Get_Ppmd_MemSize()
198 int CMethodProps::FindProp(PROPID id) const in FindProp() function in CMethodProps208 int i = FindProp(NCoderPropID::kLevel); in GetLevel()
19 if (m.FindProp(propID) < 0) in SetMethodProp32()