Lines Matching full:first_step_node
6671 ChoiceNode* first_step_node = new(zone) ChoiceNode(2, zone);6672 first_step_node->AddAlternative(GuardedAlternative(captured_body));6673 first_step_node->AddAlternative(GuardedAlternative(new (zone) TextNode(6675 node = first_step_node;