Searched refs:BTLinearMatchNode (Results 1 – 2 of 2) sorted by relevance
340 BytesTrieBuilder::BTLinearMatchNode::BTLinearMatchNode(const char *bytes, int32_t len, Node *nextNo… in BTLinearMatchNode() function in BytesTrieBuilder::BTLinearMatchNode347 BytesTrieBuilder::BTLinearMatchNode::operator==(const Node &other) const { in operator ==()354 const BTLinearMatchNode &o=(const BTLinearMatchNode &)other; in operator ==()359 BytesTrieBuilder::BTLinearMatchNode::write(StringTrieBuilder &builder) { in write()369 return new BTLinearMatchNode( in createLinearMatchNode()
148 class BTLinearMatchNode : public LinearMatchNode {150 BTLinearMatchNode(const char *units, int32_t len, Node *nextNode);