Searched refs:RepeatedSubstringIterator (Results 1 – 1 of 1) sorted by relevance
238 struct RepeatedSubstringIterator { struct314 RepeatedSubstringIterator &operator++() {319 RepeatedSubstringIterator operator++(int I) {320 RepeatedSubstringIterator It(*this);325 bool operator==(const RepeatedSubstringIterator &Other) const {328 bool operator!=(const RepeatedSubstringIterator &Other) const {332 RepeatedSubstringIterator(SuffixTreeNode *N) : N(N) { in RepeatedSubstringIterator() function343 typedef RepeatedSubstringIterator iterator;