Lines Matching defs:on_success
580 explicit SeqRegExpNode(RegExpNode* on_success) in SeqRegExpNode()
582 RegExpNode* on_success() { return on_success_; } in on_success() function
673 ActionNode(ActionType action_type, RegExpNode* on_success) in ActionNode()
684 RegExpNode* on_success) in TextNode()
687 RegExpNode* on_success) in TextNode()
743 static AssertionNode* AtEnd(RegExpNode* on_success) { in AtEnd()
746 static AssertionNode* AtStart(RegExpNode* on_success) { in AtStart()
749 static AssertionNode* AtBoundary(RegExpNode* on_success) { in AtBoundary()
752 static AssertionNode* AtNonBoundary(RegExpNode* on_success) { in AtNonBoundary()
755 static AssertionNode* AfterNewline(RegExpNode* on_success) { in AfterNewline()
775 AssertionNode(AssertionType t, RegExpNode* on_success) in AssertionNode()
784 RegExpNode* on_success) in BackReferenceNode()