Searched defs:RepeatedSubstringIterator (Results 1 – 6 of 6) sorted by relevance
238 struct RepeatedSubstringIterator { struct244 RepeatedSubstring RS;247 std::vector<SuffixTreeNode *> ToVisit;253 const unsigned MinLength = 2;256 void advance() { in advance()332 RepeatedSubstringIterator(SuffixTreeNode *N) : N(N) { in RepeatedSubstringIterator() argument
140 struct RepeatedSubstringIterator { struct164 RepeatedSubstringIterator &operator++() { argument182 RepeatedSubstringIterator(SuffixTreeInternalNode *N) : N(N) { in RepeatedSubstringIterator() argument
140 struct RepeatedSubstringIterator { struct164 RepeatedSubstringIterator &operator++() { argument182 RepeatedSubstringIterator(SuffixTreeInternalNode *N) : N(N) { in RepeatedSubstringIterator() function
498 struct RepeatedSubstringIterator { struct in __anon5418c6150111::SuffixTree501 SuffixTreeNode *N = nullptr;504 RepeatedSubstring RS;507 std::vector<SuffixTreeNode *> ToVisit;513 const unsigned MinLength = 2;516 void advance() { in advance()572 RepeatedSubstring &operator*() { return RS; } in operator *()574 RepeatedSubstringIterator &operator++() { in operator ++()579 RepeatedSubstringIterator operator++(int I) { in operator ++()585 bool operator==(const RepeatedSubstringIterator &Other) const { in operator ==()[all …]