Searched refs:ListBranchNode (Results 1 – 2 of 2) sorted by relevance
281 ListBranchNode *listNode=new ListBranchNode(); in makeBranchSubNode()477 StringTrieBuilder::ListBranchNode::operator==(const Node &other) const { in operator ==()484 const ListBranchNode &o=(const ListBranchNode &)other; in operator ==()494 StringTrieBuilder::ListBranchNode::markRightEdgesFirst(int32_t edgeNumber) { in markRightEdgesFirst()513 StringTrieBuilder::ListBranchNode::write(StringTrieBuilder &builder) { in write()
322 class ListBranchNode : public BranchNode {324 ListBranchNode() : BranchNode(0x444444), length(0) {} in ListBranchNode() function