Searched refs:arrows_starting_here (Results 1 – 1 of 1) sorted by relevance
119 const std::set<size_t>& arrows_starting_here = {}, in PrintVerticalArrows() argument128 if (arrows_starting_here.find(i) != arrows_starting_here.end() ||166 std::set<size_t>* arrows_starting_here = nullptr) { in AddTargetIfNotNext() argument169 if (arrows_starting_here != nullptr) arrows_starting_here->insert(index); in AddTargetIfNotNext()452 std::set<size_t> arrows_starting_here; in Process() local454 &arrows_starting_here); in Process()455 PrintVerticalArrows(os_, targets_, arrows_starting_here); in Process()465 std::set<size_t> arrows_starting_here; in Process() local467 targets_, false_target, state.next_block(), &arrows_starting_here); in Process()469 targets_, true_target, state.next_block(), &arrows_starting_here); in Process()[all …]