Home
last modified time | relevance | path

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

/third_party/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()
655 ArgsList& curr_list = input_args.back(); in ParseCommandLineImpl() local
657 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 …]
/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 …]