Searched refs:RepeatedSubstringIterator (Results 1 – 2 of 2) sorted by relevance
159 struct RepeatedSubstringIterator { struct189 RepeatedSubstringIterator &operator++() { argument194 RepeatedSubstringIterator operator++(int I) {195 RepeatedSubstringIterator It(*this);200 bool operator==(const RepeatedSubstringIterator &Other) const {203 bool operator!=(const RepeatedSubstringIterator &Other) const {207 RepeatedSubstringIterator(221 typedef RepeatedSubstringIterator iterator; argument
296 void SuffixTree::RepeatedSubstringIterator::advance() { in advance()