Searched refs:curr_list (Results 1 – 2 of 2) 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()655 ArgsList& curr_list = input_args.back(); in ParseCommandLineImpl() local657 curr_list.PopFront(); in ParseCommandLineImpl()659 if (curr_list.Size() == 0) { in ParseCommandLineImpl()667 absl::string_view arg(curr_list.Front()); in ParseCommandLineImpl()676 positional_args.push_back(argv[curr_list.FrontIndex()]); in ParseCommandLineImpl()681 output_args.push_back(argv[curr_list.FrontIndex()]); in ParseCommandLineImpl()[all …]
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 …]