Home
last modified time | relevance | path

Searched refs:FindProp (Results 1 – 3 of 3) sorted by relevance

/external/lzma/CPP/7zip/Common/
DMethodProps.h61 int i = FindProp(NCoderPropID::kNumThreads); in Get_NumThreads()
71 int i = FindProp(NCoderPropID::kDictionarySize); in Get_DicSize()
81 int FindProp(PROPID id) const;
85 int i = FindProp(NCoderPropID::kAlgorithm); in Get_Lzma_Algo()
94 int i = FindProp(NCoderPropID::kDictionarySize); in Get_Lzma_DicSize()
104 if (FindProp(NCoderPropID::kPosStateBits) >= 0) return true; in Are_Lzma_Model_Props_Defined()
105 if (FindProp(NCoderPropID::kLitContextBits) >= 0) return true; in Are_Lzma_Model_Props_Defined()
106 if (FindProp(NCoderPropID::kLitPosBits) >= 0) return true; in Are_Lzma_Model_Props_Defined()
138 int i = FindProp(NCoderPropID::kDictionarySize); in Get_BZip2_BlockSize()
155 int i = FindProp(NCoderPropID::kUsedMemorySize); in Get_Ppmd_MemSize()
DMethodProps.cpp211 int CMethodProps::FindProp(PROPID id) const in FindProp() function in CMethodProps
221 int i = FindProp(NCoderPropID::kLevel); in GetLevel()
/external/lzma/CPP/7zip/Archive/Common/
DHandlerOut.cpp19 if (m.FindProp(propID) < 0) in SetMethodProp32()