Searched refs:_uiCurrentIndex (Results 1 – 2 of 2) sorted by relevance
33 CPathNavigator::CPathNavigator(const std::string& strPath) : _uiCurrentIndex(0) in CPathNavigator()85 if (_uiCurrentIndex < _astrItems.size()) { in next()87 return &_astrItems[_uiCurrentIndex++]; in next()97 if (!_uiCurrentIndex) { in getCurrentPath()104 for (uiItem = 0; uiItem < _uiCurrentIndex - 1; uiItem++) { in getCurrentPath()
59 uint32_t _uiCurrentIndex; variable