Lines Matching refs:_currentIndex
1423 unsigned _currentIndex;
1435 HRESULT CheckFinishedState() const { return (_currentIndex == _extractStatuses->Size()) ? S_OK: E_FAIL; }
1443 _currentIndex = 0;
1451 UInt32 arcIndex = _startIndex + _currentIndex;
1454 _needWrite = (*_extractStatuses)[_currentIndex];
1476 UInt32 arcIndex = _startIndex + _currentIndex;
1479 _currentIndex++;
1495 while (_currentIndex < _extractStatuses->Size() && _db->Files[_startIndex + _currentIndex].Size == 0)
1550 if (_currentIndex == _extractStatuses->Size())
1645 if (_currentIndex == _extractStatuses->Size())