Searched refs:curr_list (Results 1 – 1 of 1) sorted by relevance
495 ArgsList* curr_list) { in DeduceFlagValue() argument543 if (curr_list->Size() == 1) { in DeduceFlagValue()552 curr_list->PopFront(); in DeduceFlagValue()553 value = curr_list->Front(); in DeduceFlagValue()660 ArgsList& curr_list = input_args.back(); in ParseCommandLineImpl() local662 curr_list.PopFront(); in ParseCommandLineImpl()664 if (curr_list.Size() == 0) { in ParseCommandLineImpl()672 absl::string_view arg(curr_list.Front()); in ParseCommandLineImpl()681 positional_args.push_back(argv[curr_list.FrontIndex()]); in ParseCommandLineImpl()686 output_args.push_back(argv[curr_list.FrontIndex()]); in ParseCommandLineImpl()[all …]