Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/abseil-cpp/absl/flags/
Dparse.cc673 bool arg_from_argv = input_args.size() == 1; in ParseCommandLineImpl() local
678 ABSL_INTERNAL_CHECK(arg_from_argv, in ParseCommandLineImpl()
685 if (arg_from_argv && (arg_list_act == ArgvListAction::kKeepParsedArgs)) { in ParseCommandLineImpl()
703 ABSL_INTERNAL_CHECK(arg_from_argv, in ParseCommandLineImpl()
722 undefined_flag_names.emplace_back(arg_from_argv, in ParseCommandLineImpl()
736 if (arg_from_argv && (arg_list_act == ArgvListAction::kKeepParsedArgs) && in ParseCommandLineImpl()