Searched refs:RepeatedSubstringIterator (Results 1 – 1 of 1) sorted by relevance
498 struct RepeatedSubstringIterator { struct in __anon580efda50111::SuffixTree574 RepeatedSubstringIterator &operator++() { in operator ++() argument579 RepeatedSubstringIterator operator++(int I) { in operator ++() argument580 RepeatedSubstringIterator It(*this); in operator ++()585 bool operator==(const RepeatedSubstringIterator &Other) { in operator ==() argument588 bool operator!=(const RepeatedSubstringIterator &Other) { in operator !=() argument592 RepeatedSubstringIterator(SuffixTreeNode *N) : N(N) { in RepeatedSubstringIterator() argument603 typedef RepeatedSubstringIterator iterator;