Home
last modified time | relevance | path

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

/external/lzma/CPP/7zip/Archive/7z/
D7zDecode.cpp305 int bindPairIndex = folderInfo.FindBindPairForInStream(packStreamIndex); in Decode() local
306 if (bindPairIndex >= 0) in Decode()
307 …rs.CoderUnpackSizes[unpackStreamIndexStart + (UInt32)folderInfo.BindPairs[bindPairIndex].OutIndex]; in Decode()