Searched refs:RepeatedSubstringIterator (Results 1 – 2 of 2) sorted by relevance
140 struct RepeatedSubstringIterator { struct164 RepeatedSubstringIterator &operator++() { argument169 RepeatedSubstringIterator operator++(int I) {170 RepeatedSubstringIterator It(*this);175 bool operator==(const RepeatedSubstringIterator &Other) const {178 bool operator!=(const RepeatedSubstringIterator &Other) const {182 RepeatedSubstringIterator(SuffixTreeInternalNode *N) : N(N) { in RepeatedSubstringIterator() argument193 typedef RepeatedSubstringIterator iterator;
225 void SuffixTree::RepeatedSubstringIterator::advance() { in advance()