Searched refs:_streamIndex (Results 1 - 3 of 3) sorted by relevance

/external/lzma/CPP/7zip/Archive/Common/
H A DMultiStream.cpp17 int left = 0, mid = _streamIndex, right = Streams.Size();
27 _streamIndex = mid;
32 _streamIndex = mid;
35 CSubStreamInfo &s = Streams[_streamIndex];
123 if (_streamIndex >= Streams.Size())
132 CSubStreamInfo &subStream = Streams[_streamIndex];
136 _streamIndex++;
161 _streamIndex++;
187 _streamIndex = 0;
H A DMultiStream.h17 int _streamIndex; member in class:CMultiStream
40 _streamIndex = 0;
55 int _streamIndex; // required stream
56 UInt64 _offsetPos; // offset from start of _streamIndex index
71 _streamIndex = 0;
/external/lzma/CPP/7zip/UI/Common/
H A DUpdate.cpp51 int _streamIndex; // required stream member in class:COutMultiVolStream
52 UInt64 _offsetPos; // offset from start of _streamIndex index
73 _streamIndex = 0;
112 if (_streamIndex >= Streams.Size())
117 ConvertUInt32ToString(_streamIndex + 1, temp);
137 CSubStreamInfo &subStream = Streams[_streamIndex];
139 int index = _streamIndex;
147 _streamIndex++;
174 _streamIndex++;
203 _streamIndex
[all...]

Completed in 99 milliseconds