Home
last modified time | relevance | path

Searched refs:curr_list (Results 1 – 1 of 1) sorted by relevance

/third_party/skia/third_party/externals/abseil-cpp/absl/flags/
Dparse.cc495 ArgsList* curr_list) { in DeduceFlagValue() argument
543 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() local
662 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 …]