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.cpp1185 unsigned _currentIndex; member in NArchive::N7z::CRepackStreamBase
1197 …HRESULT CheckFinishedState() const { return (_currentIndex == _extractStatuses->Size()) ? S_OK: E_… in CheckFinishedState()
1205 _currentIndex = 0; in Init()
1213 UInt32 arcIndex = _startIndex + _currentIndex; in OpenFile()
1216 _needWrite = (*_extractStatuses)[_currentIndex]; in OpenFile()
1238 UInt32 arcIndex = _startIndex + _currentIndex; in CloseFile()
1241 _currentIndex++; in CloseFile()
1257 …while (_currentIndex < _extractStatuses->Size() && _db->Files[_startIndex + _currentIndex].Size ==… in ProcessEmptyFiles()
1314 if (_currentIndex == _extractStatuses->Size()) in Write()
1409 if (_currentIndex == _extractStatuses->Size()) in Read()