Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/abseil-cpp/absl/flags/
Dparse.cc163 int FrontIndex() const { return next_arg_; } in FrontIndex() function in absl::flags_internal::__anone3cc65830511::ArgsList
681 positional_args.push_back(argv[curr_list.FrontIndex()]); in ParseCommandLineImpl()
686 output_args.push_back(argv[curr_list.FrontIndex()]); in ParseCommandLineImpl()
729 auto curr_index = curr_list.FrontIndex(); in ParseCommandLineImpl()
737 (curr_index != curr_list.FrontIndex())) { in ParseCommandLineImpl()
738 output_args.push_back(argv[curr_list.FrontIndex()]); in ParseCommandLineImpl()
798 for (int arg_index = input_args.back().FrontIndex(); arg_index < argc; in ParseCommandLineImpl()