Lines Matching defs:on_success
741 explicit SeqRegExpNode(RegExpNode* on_success) in SeqRegExpNode()
743 RegExpNode* on_success() { return on_success_; } in on_success() function
825 ActionNode(Type type, RegExpNode* on_success) in ActionNode()
836 RegExpNode* on_success) in TextNode()
840 RegExpNode* on_success) in TextNode()
900 static AssertionNode* AtEnd(RegExpNode* on_success) { in AtEnd()
903 static AssertionNode* AtStart(RegExpNode* on_success) { in AtStart()
906 static AssertionNode* AtBoundary(RegExpNode* on_success) { in AtBoundary()
909 static AssertionNode* AtNonBoundary(RegExpNode* on_success) { in AtNonBoundary()
912 static AssertionNode* AfterNewline(RegExpNode* on_success) { in AfterNewline()
929 AssertionNode(AssertionNodeType t, RegExpNode* on_success) in AssertionNode()
939 RegExpNode* on_success) in BackReferenceNode()