Lines Matching defs:on_success
725 explicit SeqRegExpNode(RegExpNode* on_success) in SeqRegExpNode()
727 RegExpNode* on_success() { return on_success_; } in on_success() function
822 ActionNode(ActionType action_type, RegExpNode* on_success) in ActionNode()
833 RegExpNode* on_success) in TextNode()
837 RegExpNode* on_success) in TextNode()
892 static AssertionNode* AtEnd(RegExpNode* on_success) { in AtEnd()
895 static AssertionNode* AtStart(RegExpNode* on_success) { in AtStart()
898 static AssertionNode* AtBoundary(RegExpNode* on_success) { in AtBoundary()
901 static AssertionNode* AtNonBoundary(RegExpNode* on_success) { in AtNonBoundary()
904 static AssertionNode* AfterNewline(RegExpNode* on_success) { in AfterNewline()
926 AssertionNode(AssertionType t, RegExpNode* on_success) in AssertionNode()
936 RegExpNode* on_success) in BackReferenceNode()