Searched refs:GSIHashIterator (Results 1 – 1 of 1) sorted by relevance
29 class GSIHashIterator31 GSIHashIterator, FixedStreamArrayIterator<PSHashRecord>,35 GSIHashIterator(T &&v) in GSIHashIterator() function36 : GSIHashIterator::iterator_adaptor_base(std::forward<T &&>(v)) {} in GSIHashIterator()66 GSIHashIterator begin() const { return GSIHashIterator(HashRecords.begin()); } in begin()67 GSIHashIterator end() const { return GSIHashIterator(HashRecords.end()); } in end()