Searched refs:RepeatedSubstringIterator (Results 1 – 2 of 2) sorted by relevance
160 struct RepeatedSubstringIterator { struct190 RepeatedSubstringIterator &operator++() { argument195 RepeatedSubstringIterator operator++(int I) {196 RepeatedSubstringIterator It(*this);201 bool operator==(const RepeatedSubstringIterator &Other) const {204 bool operator!=(const RepeatedSubstringIterator &Other) const {208 RepeatedSubstringIterator(222 typedef RepeatedSubstringIterator iterator; argument
296 void SuffixTree::RepeatedSubstringIterator::advance() { in advance()