Searched refs:LinearMatchNode (Results 1 – 6 of 6) sorted by relevance
457 StringTrieBuilder::LinearMatchNode::operator==(const Node &other) const { in operator ==()464 const LinearMatchNode &o=(const LinearMatchNode &)other; in operator ==()469 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 ==()
297 class LinearMatchNode : public ValueNode {299 LinearMatchNode(int32_t len, Node *nextNode) in LinearMatchNode() function
146 class UCTLinearMatchNode : public LinearMatchNode {
142 class BTLinearMatchNode : public LinearMatchNode {