Searched refs:BranchHeadNode (Results 1 – 3 of 3) 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()
535 BranchHeadNode head=new BranchHeadNode(chars.length(), subNode); in register()765 private static final class BranchHeadNode extends ValueNode { class in StringTrieBuilder766 public BranchHeadNode(int len, Node subNode) { in BranchHeadNode() method in StringTrieBuilder.BranchHeadNode782 BranchHeadNode o=(BranchHeadNode)other; in equals()
370 class BranchHeadNode : public ValueNode {372 BranchHeadNode(int32_t len, Node *subNode) in BranchHeadNode() function