Searched refs:next_turn (Results 1 – 3 of 3) sorted by relevance
148 turn_type const& next_turn = turns[next->turn_index]; in enrich_assign() local149 op_type const& next_op = next_turn.operations[next->operation_index]; in enrich_assign()233 turn_type const& next_turn = turns[operations[n].turn_index]; in enrich_adapt() local234 op_type const& next_op = next_turn.operations[operations[n].operation_index]; in enrich_adapt()
305 turn_type const& next_turn = m_turns[next_turn_index]; in get_shortcut_level() local308 turn_operation_type const& next_op = next_turn.operations[i]; in get_shortcut_level()
355 buffer_turn_info_type& next_turn = m_turns[next_itop.turn_index]; in pretraverse() local362 else if (next_turn.close_to_offset in pretraverse()363 && is_following(next_turn, last_traversable_operation)) in pretraverse()365 next_turn.is_turn_traversable = true; in pretraverse()