Searched refs:_astrItems (Results 1 – 2 of 2) sorted by relevance
42 _astrItems = tokenizer.split(); in init()85 if (_currentIndex < _astrItems.size()) { in next()87 return &_astrItems[_currentIndex++]; in next()105 strPath += _astrItems[item] + "/"; in getCurrentPath()108 strPath += _astrItems[item]; in getCurrentPath()
58 std::vector<std::string> _astrItems; variable