Home
last modified time | relevance | path

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

/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/lzma/CPP/7zip/Archive/7z/
D7zUpdate.cpp1178 unsigned _currentIndex; member in NArchive::N7z::CRepackStreamBase
1190 …HRESULT CheckFinishedState() const { return (_currentIndex == _extractStatuses->Size()) ? S_OK: E_… in CheckFinishedState()
1198 _currentIndex = 0; in Init()
1206 UInt32 arcIndex = _startIndex + _currentIndex; in OpenFile()
1209 _needWrite = (*_extractStatuses)[_currentIndex]; in OpenFile()
1231 UInt32 arcIndex = _startIndex + _currentIndex; in CloseFile()
1234 _currentIndex++; in CloseFile()
1250 …while (_currentIndex < _extractStatuses->Size() && _db->Files[_startIndex + _currentIndex].Size ==… in ProcessEmptyFiles()
1307 if (_currentIndex == _extractStatuses->Size()) in Write()
1402 if (_currentIndex == _extractStatuses->Size()) in Read()