Home
last modified time | relevance | path

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

/external/lzma/CPP/7zip/Archive/7z/
D7zFolderOutStream.cpp32 _currentIndex = 0; in Init()
39 Int32 askMode = ((*_extractStatuses)[_currentIndex]) ? (_testMode ? in OpenFile()
44 UInt32 index = _startIndex + _currentIndex; in OpenFile()
61 _currentIndex++; in CloseFileAndSetResult()
67 const CFileItem &fi = _db->Files[_startIndex + _currentIndex]; in CloseFileAndSetResult()
76 …while (_currentIndex < _extractStatuses->Size() && _db->Files[_startIndex + _currentIndex].Size ==… in ProcessEmptyFiles()
111 if (_currentIndex == _extractStatuses->Size()) in Write()
135 while (_currentIndex < _extractStatuses->Size()) in FlushCorrupted()
D7zFolderOutStream.h27 unsigned _currentIndex; variable
53 { return (_currentIndex == _extractStatuses->Size()) ? S_OK: E_FAIL; } in WasWritingFinished()
D7zUpdate.cpp516 unsigned _currentIndex; member in NArchive::N7z::CFolderOutStream2
536 …HRESULT CheckFinishedState() const { return (_currentIndex == _extractStatuses->Size()) ? S_OK: E_… in CheckFinishedState()
549 _currentIndex = 0; in Init()
562 _crcStreamSpec->SetStream((*_extractStatuses)[_currentIndex] ? _outStream : NULL); in OpenFile()
565 _rem = _db->Files[_startIndex + _currentIndex].Size; in OpenFile()
572 _currentIndex++; in CloseFile()
577 const CFileItem &file = _db->Files[_startIndex + _currentIndex]; in CloseFileAndSetResult()
584 …while (_currentIndex < _extractStatuses->Size() && _db->Files[_startIndex + _currentIndex].Size ==… in ProcessEmptyFiles()
619 if (_currentIndex == _extractStatuses->Size()) in Write()
/external/parameter-framework/upstream/parameter/
DPathNavigator.cpp85 if (_currentIndex < _astrItems.size()) { in next()
87 return &_astrItems[_currentIndex++]; in next()
97 if (!_currentIndex) { in getCurrentPath()
103 for (item = 0; item < _currentIndex - 1; item++) { in getCurrentPath()
DPathNavigator.h59 size_t _currentIndex{0};
/external/guice/extensions/persist/lib/
Ddb4o-6.4.14.8131-java5.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/db4o/ com/ ...