Searched refs:BTLinearMatchNode (Results 1 – 2 of 2) sorted by relevance
338 BytesTrieBuilder::BTLinearMatchNode::BTLinearMatchNode(const char *bytes, int32_t len, Node *nextNo… in BTLinearMatchNode() function in BytesTrieBuilder::BTLinearMatchNode344 BytesTrieBuilder::BTLinearMatchNode::operator==(const Node &other) const { in operator ==()351 const BTLinearMatchNode &o=(const BTLinearMatchNode &)other; in operator ==()356 BytesTrieBuilder::BTLinearMatchNode::write(StringTrieBuilder &builder) { in write()366 return new BTLinearMatchNode( in createLinearMatchNode()
147 class BTLinearMatchNode : public LinearMatchNode {149 BTLinearMatchNode(const char *units, int32_t len, Node *nextNode);