Searched refs:ListBranchNode (Results 1 – 3 of 3) sorted by relevance
281 ListBranchNode *listNode=new ListBranchNode(); in makeBranchSubNode()473 StringTrieBuilder::ListBranchNode::operator==(const Node &other) const { in operator ==()480 const ListBranchNode &o=(const ListBranchNode &)other; in operator ==()490 StringTrieBuilder::ListBranchNode::markRightEdgesFirst(int32_t edgeNumber) { in markRightEdgesFirst()509 StringTrieBuilder::ListBranchNode::write(StringTrieBuilder &builder) { in write()
557 ListBranchNode listNode=new ListBranchNode(length); in register()601 private static final class ListBranchNode extends BranchNode { class in StringTrieBuilder602 public ListBranchNode(int capacity) { in ListBranchNode() method in StringTrieBuilder.ListBranchNode616 ListBranchNode o=(ListBranchNode)other; in equals()
321 class ListBranchNode : public BranchNode {323 ListBranchNode() : BranchNode(0x444444), length(0) {} in ListBranchNode() function