Searched defs:SuffixTreeNode (Results 1 – 1 of 1) sorted by relevance
119 struct SuffixTreeNode { struct126 DenseMap<unsigned, SuffixTreeNode *> Children;129 unsigned StartIdx = EmptyIdx;137 unsigned *EndIdx = nullptr;142 unsigned SuffixIdx = EmptyIdx;162 SuffixTreeNode *Link = nullptr;166 unsigned ConcatLen = 0;169 bool isLeaf() const { return SuffixIdx != EmptyIdx; } in isLeaf()172 bool isRoot() const { return StartIdx == EmptyIdx; } in isRoot()175 size_t size() const { in size()[all …]