Searched refs:GSIHashIterator (Results 1 – 1 of 1) sorted by relevance
30 class GSIHashIterator32 GSIHashIterator, FixedStreamArrayIterator<PSHashRecord>,36 GSIHashIterator(T &&v) in GSIHashIterator() function37 : GSIHashIterator::iterator_adaptor_base(std::forward<T &&>(v)) {} in GSIHashIterator()67 GSIHashIterator begin() const { return GSIHashIterator(HashRecords.begin()); } in begin()68 GSIHashIterator end() const { return GSIHashIterator(HashRecords.end()); } in end()