Searched refs:ListBranchNode (Results 1 – 2 of 2) sorted by relevance
280 ListBranchNode *listNode=new ListBranchNode(); in makeBranchSubNode()476 StringTrieBuilder::ListBranchNode::operator==(const Node &other) const { in operator ==()483 const ListBranchNode &o=(const ListBranchNode &)other; in operator ==()493 StringTrieBuilder::ListBranchNode::markRightEdgesFirst(int32_t edgeNumber) { in markRightEdgesFirst()512 StringTrieBuilder::ListBranchNode::write(StringTrieBuilder &builder) { in write()
298 class ListBranchNode : public BranchNode {300 ListBranchNode() : BranchNode(0x444444), length(0) {} in ListBranchNode() function