Searched defs:on_success (Results 1 – 3 of 3) sorted by relevance
741 explicit SeqRegExpNode(RegExpNode* on_success) in SeqRegExpNode()743 RegExpNode* on_success() { return on_success_; } in on_success() function825 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()[all …]
1234 RegExpNode* on_success) { in SetRegister()1242 ActionNode* ActionNode::IncrementRegister(int reg, RegExpNode* on_success) { in IncrementRegister()1251 RegExpNode* on_success) { in StorePosition()1260 RegExpNode* on_success) { in ClearCaptures()1270 RegExpNode* on_success) { in BeginSubmatch()1282 RegExpNode* on_success) { in PositiveSubmatchSuccess()1295 RegExpNode* on_success) { in EmptyMatchCheck()2204 RegExpNode* on_success, in EmitHat()2241 RegExpNode* on_success, in EmitHalfBoundaryCheck()2280 RegExpNode* on_success, in EmitBoundaryCheck()[all …]
1385 Label* on_success, in NumbersToSmis()