Searched refs:LinearMatchNode (Results 1 – 6 of 6) sorted by relevance
453 StringTrieBuilder::LinearMatchNode::operator==(const Node &other) const { in operator ==()460 const LinearMatchNode &o=(const LinearMatchNode &)other; in operator ==()465 StringTrieBuilder::LinearMatchNode::markRightEdgesFirst(int32_t edgeNumber) { in markRightEdgesFirst()
287 : LinearMatchNode(len, nextNode), s(units) { in UCTLinearMatchNode()296 if(!LinearMatchNode::operator==(other)) { in operator ==()
339 : LinearMatchNode(len, nextNode), s(bytes) { in BTLinearMatchNode()348 if(!LinearMatchNode::operator==(other)) { in operator ==()
296 class LinearMatchNode : public ValueNode {298 LinearMatchNode(int32_t len, Node *nextNode) in LinearMatchNode() function
152 class UCTLinearMatchNode : public LinearMatchNode {
148 class BTLinearMatchNode : public LinearMatchNode {