Searched defs:_currentIndex (Results 1 - 2 of 2) sorted by relevance

/external/lzma/CPP/7zip/Archive/7z/
H A D7zUpdate.cpp1178 unsigned _currentIndex; member in class:NArchive::N7z::CRepackStreamBase
1190 HRESULT CheckFinishedState() const { return (_currentIndex == _extractStatuses->Size()) ? S_OK: E_FAIL; }
1198 _currentIndex = 0;
1206 UInt32 arcIndex = _startIndex + _currentIndex;
1209 _needWrite = (*_extractStatuses)[_currentIndex];
1231 UInt32 arcIndex = _startIndex + _currentIndex;
1234 _currentIndex++;
1250 while (_currentIndex < _extractStatuses->Size() && _db->Files[_startIndex + _currentIndex].Size == 0)
1307 if (_currentIndex
[all...]
/external/guice/extensions/persist/lib/
H A Ddb4o-6.4.14.8131-java5.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/db4o/ com/db4o/activation/ com/db4o/cluster/ com/ ...

Completed in 189 milliseconds