Home
last modified time | relevance | path

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

/external/lzma/CPP/7zip/Archive/Common/
DCoderMixer2.h285 bool IsThere_ExternalCoder_in_PackTree(UInt32 coderIndex);
DCoderMixer2.cpp233 bool CMixer::IsThere_ExternalCoder_in_PackTree(UInt32 coderIndex) in IsThere_ExternalCoder_in_PackTree() function in NCoderMixer2::CMixer
249 if (IsThere_ExternalCoder_in_PackTree(_bi.Bonds[bond].UnpackIndex)) in IsThere_ExternalCoder_in_PackTree()
/external/lzma/CPP/7zip/Archive/7z/
D7zDecode.cpp476 if (_mixer->IsThere_ExternalCoder_in_PackTree(_mixer->MainCoderIndex)) in Decode()
D7zEncode.cpp397 if (!_mixer->IsThere_ExternalCoder_in_PackTree(mainCoder)) in Encode()