Searched defs:on_success (Results 1 – 5 of 5) sorted by relevance
580 explicit SeqRegExpNode(RegExpNode* on_success) in SeqRegExpNode()582 RegExpNode* on_success() { return on_success_; } in on_success() function673 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()[all …]
1452 RegExpNode* on_success) { in SetRegister()1461 ActionNode* ActionNode::IncrementRegister(int reg, RegExpNode* on_success) { in IncrementRegister()1471 RegExpNode* on_success) { in StorePosition()1481 RegExpNode* on_success) { in ClearCaptures()1492 RegExpNode* on_success) { in BeginSubmatch()1505 RegExpNode* on_success) { in PositiveSubmatchSuccess()1519 RegExpNode* on_success) { in EmptyMatchCheck()2996 RegExpNode* on_success, in EmitHat()4716 RegExpNode* on_success) { in ToNode()4726 RegExpNode* on_success) { in ToNode()[all …]
286 auto on_success = [&success_count] { success_count++; }; in TEST_F() local439 auto on_success = [&success_count] { success_count++; }; in TEST_F() local
1946 Node* on_success = graph()->NewNode(if_success, result); in MakeNode() local
4142 Node* on_success = graph()->NewNode(op, result); in MakeNode() local