Searched refs:SuffixTreeLeafNode (Results 1 – 4 of 4) sorted by relevance
34 unsigned SuffixTreeLeafNode::getEndIdx() const { in getEndIdx()39 unsigned SuffixTreeLeafNode::getSuffixIdx() const { return SuffixIdx; } in getSuffixIdx()40 void SuffixTreeLeafNode::setSuffixIdx(unsigned Idx) { SuffixIdx = Idx; } in setSuffixIdx()
55 SuffixTreeLeafNode(StartIdx, &LeafEndIdx); in insertLeaf()103 if (auto *LeafNode = dyn_cast<SuffixTreeLeafNode>(CurrNode)) in setSuffixIndices()259 auto *Leaf = cast<SuffixTreeLeafNode>(ChildPair.second); in advance()
138 struct SuffixTreeLeafNode : SuffixTreeNode { struct165 SuffixTreeLeafNode(unsigned StartIdx, unsigned *EndIdx) in SuffixTreeLeafNode() argument168 virtual ~SuffixTreeLeafNode() = default;
58 SpecificBumpPtrAllocator<SuffixTreeLeafNode> LeafNodeAllocator;