Searched refs:SeqRegExpNode (Results 1 – 2 of 2) sorted by relevance
717 class SeqRegExpNode: public RegExpNode {719 explicit SeqRegExpNode(RegExpNode* on_success) in SeqRegExpNode() function740 class ActionNode: public SeqRegExpNode {817 : SeqRegExpNode(on_success), in ActionNode()824 class TextNode: public SeqRegExpNode {828 : SeqRegExpNode(on_success), in TextNode()832 : SeqRegExpNode(on_success), in TextNode()877 class AssertionNode: public SeqRegExpNode {921 : SeqRegExpNode(on_success), assertion_type_(t) { } in AssertionNode()926 class BackReferenceNode: public SeqRegExpNode {[all …]
2758 RegExpNode* SeqRegExpNode::FilterASCII(int depth, bool ignore_case) { in FilterASCII()2767 RegExpNode* SeqRegExpNode::FilterSuccessor(int depth, bool ignore_case) { in FilterSuccessor()3471 SeqRegExpNode* seq_node = static_cast<SeqRegExpNode*>(node); in GreedyLoopTextLengthForAlternative()