Searched refs:SeqRegExpNode (Results 1 – 2 of 2) sorted by relevance
578 class SeqRegExpNode: public RegExpNode {580 explicit SeqRegExpNode(RegExpNode* on_success) in SeqRegExpNode() function599 class ActionNode: public SeqRegExpNode {674 : SeqRegExpNode(on_success), in ActionNode()681 class TextNode: public SeqRegExpNode {685 : SeqRegExpNode(on_success), elms_(elms), read_backward_(read_backward) {} in TextNode()688 : SeqRegExpNode(on_success), in TextNode()734 class AssertionNode: public SeqRegExpNode {776 : SeqRegExpNode(on_success), assertion_type_(t) { } in AssertionNode()781 class BackReferenceNode: public SeqRegExpNode {[all …]
2740 RegExpNode* SeqRegExpNode::FilterOneByte(int depth, bool ignore_case) { in FilterOneByte()2749 RegExpNode* SeqRegExpNode::FilterSuccessor(int depth, bool ignore_case) { in FilterSuccessor()3445 SeqRegExpNode* seq_node = static_cast<SeqRegExpNode*>(node); in GreedyLoopTextLengthForAlternative()