Home
last modified time | relevance | path

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

/third_party/lzma/CPP/7zip/Common/
DMethodProps.h93 const int i = FindProp(NCoderPropID::kNumThreads); in Get_NumThreads()
106 const int i = FindProp(NCoderPropID::kDictionarySize); in Get_DicSize()
124 int FindProp(PROPID id) const;
128 int i = FindProp(NCoderPropID::kAlgorithm); in Get_Lzma_Algo()
154 const int i = FindProp(NCoderPropID::kMatchFinder); in Get_Lzma_MatchFinder_IsBt()
166 const int i = FindProp(NCoderPropID::kEndMarker); in Get_Lzma_Eos()
178 if (FindProp(NCoderPropID::kPosStateBits) >= 0) return true; in Are_Lzma_Model_Props_Defined()
179 if (FindProp(NCoderPropID::kLitContextBits) >= 0) return true; in Are_Lzma_Model_Props_Defined()
180 if (FindProp(NCoderPropID::kLitPosBits) >= 0) return true; in Are_Lzma_Model_Props_Defined()
210 const int i = FindProp(id); in GetProp_BlockSize()
[all …]
DMethodProps.cpp355 int CMethodProps::FindProp(PROPID id) const in FindProp() function in CMethodProps
365 int i = FindProp(NCoderPropID::kLevel); in GetLevel()
/third_party/lzma/CPP/7zip/Archive/Common/
DHandlerOut.cpp119 if (m.FindProp(propID) < 0) in SetMethodProp32()
134 const int i = m.FindProp(propID); in SetMethodProp32_Replace()
/third_party/lzma/CPP/7zip/UI/Common/
DBench.cpp4146 const int index = method.FindProp(NCoderPropID::kDictionarySize);