Searched refs:BranchHeadNode (Results 1 – 2 of 2) sorted by relevance
243 node=new BranchHeadNode(length, subNode); in makeNode()586 StringTrieBuilder::BranchHeadNode::operator==(const Node &other) const { in operator ==()593 const BranchHeadNode &o=(const BranchHeadNode &)other; in operator ==()598 StringTrieBuilder::BranchHeadNode::markRightEdgesFirst(int32_t edgeNumber) { in markRightEdgesFirst()606 StringTrieBuilder::BranchHeadNode::write(StringTrieBuilder &builder) { in write()
370 class BranchHeadNode : public ValueNode {372 BranchHeadNode(int32_t len, Node *subNode) in BranchHeadNode() function