Home | History | Annotate | Download | only in src

Lines Matching refs:first_step_node

5286       ChoiceNode* first_step_node = new ChoiceNode(2);
5287 first_step_node->AddAlternative(GuardedAlternative(captured_body));
5288 first_step_node->AddAlternative(GuardedAlternative(
5290 node = first_step_node;