Searched refs:RepeatedSubstringIterator (Results 1 – 6 of 6) 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() function193 typedef RepeatedSubstringIterator iterator;
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;
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;
498 struct RepeatedSubstringIterator { struct in __anon5418c6150111::SuffixTree574 RepeatedSubstringIterator &operator++() { in operator ++() argument579 RepeatedSubstringIterator operator++(int I) { in operator ++() argument580 RepeatedSubstringIterator It(*this); in operator ++()585 bool operator==(const RepeatedSubstringIterator &Other) const { in operator ==() argument588 bool operator!=(const RepeatedSubstringIterator &Other) const { in operator !=() argument592 RepeatedSubstringIterator(SuffixTreeNode *N) : N(N) { in RepeatedSubstringIterator() function603 typedef RepeatedSubstringIterator iterator;