Home
last modified time | relevance | path

Searched refs:get_arguments (Results 1 – 25 of 32) sorted by relevance

12

/third_party/rust/crates/clap/tests/derive/
Dhelp.rs18 .get_arguments() in arg_help_heading_applied()
24 .get_arguments() in arg_help_heading_applied()
46 .get_arguments() in app_help_heading_applied()
52 .get_arguments() in app_help_heading_applied()
123 .get_arguments() in app_help_heading_flattened()
129 .get_arguments() in app_help_heading_flattened()
135 .get_arguments() in app_help_heading_flattened()
143 .get_arguments() in app_help_heading_flattened()
151 .get_arguments() in app_help_heading_flattened()
160 .get_arguments() in app_help_heading_flattened()
[all …]
Dflags.rs94 let arg = cmd.get_arguments().find(|a| a.get_id() == "help").unwrap(); in inferred_help()
116 .get_arguments() in inferred_version()
/third_party/ffmpeg/tools/python/
Dconvert.py25 def get_arguments(): function
35 args = get_arguments()
/third_party/jerryscript/tools/runners/
Drun-unittests.py27 def get_arguments(): function
87 sys.exit(main(get_arguments()))
Drun-test-suite-test262.py32 def get_arguments(): function
147 sys.exit(main(get_arguments()))
Drun-test-suite.py25 def get_arguments(): function
226 sys.exit(main(get_arguments()))
/third_party/rust/crates/clap/clap_complete/src/generator/
Dutils.rs62 p.get_arguments() in shorts_and_visible_aliases()
87 p.get_arguments() in longs_and_visible_aliases()
116 p.get_arguments() in flags()
/third_party/rust/crates/clap/src/builder/
Ddebug_asserts.rs31 .get_arguments() in assert_app()
60 for arg in cmd.get_arguments() { in assert_app()
300 !cmd.get_arguments().any(|x| x.get_id() == group.get_id()), in assert_app()
310 cmd.get_arguments().any(|x| x.get_id() == arg), in assert_app()
538 for arg in cmd.get_arguments() { in _verify_positionals()
Dcommand.rs3454 pub fn get_arguments(&self) -> impl Iterator<Item = &Arg> { in get_arguments() method
3461 self.get_arguments().filter(|a| a.is_positional()) in get_positionals()
3466 self.get_arguments() in get_opts()
4374 self.get_arguments().filter(|a| !a.is_positional()) in get_non_positionals()
4609 || self.get_arguments().any(should_long) in long_help_exists_()
/third_party/rust/crates/clap/clap_complete/tests/
Dgeneral.rs7 .get_arguments() in infer_value_hint_for_path_buf()
/third_party/rust/crates/clap/tests/
Dmacros.rs131 .get_arguments() in short_help()
147 .get_arguments() in long_help()
164 .get_arguments() in short_version()
181 .get_arguments() in long_version()
/third_party/libabigail/include/
Dabg-ini.h448 get_arguments() const;
451 get_arguments();
/third_party/cef/libcef_dll/ctocpp/
Dcommand_line_ctocpp.cc361 if (CEF_MEMBER_MISSING(_struct, get_arguments)) in GetArguments()
373 _struct->get_arguments(_struct, argumentsList); in GetArguments()
/third_party/cef/include/capi/
Dcef_command_line_capi.h183 void(CEF_CALLBACK* get_arguments)(struct _cef_command_line_t* self,
/third_party/jerryscript/tools/
Dbuild.py38 def get_arguments(): function
280 arguments = get_arguments()
Drun-tests.py187 def get_arguments(): function
554 main(get_arguments())
/third_party/rust/crates/clap/clap_mangen/src/
Drender.rs34 for opt in cmd.get_arguments().filter(|i| !i.is_hide_set()) { in synopsis()
90 let items: Vec<_> = cmd.get_arguments().filter(|i| !i.is_hide_set()).collect(); in options()
Dlib.rs262 cmd.get_arguments().any(|i| !i.is_hide_set()) in app_has_arguments()
/third_party/rust/crates/clap/src/parser/
Dparser.rs78 let contains_last = self.cmd.get_arguments().any(|x| x.is_last_set()); in get_matches_with()
763 self.cmd.get_arguments().find_map(|a| { in parse_long_arg()
1385 for arg in self.cmd.get_arguments() { in add_env()
1415 for arg in self.cmd.get_arguments() { in add_defaults()
Darg_matcher.rs28 let args = _cmd.get_arguments().map(|a| a.get_id().clone()); in new()
/third_party/cef/libcef_dll/cpptoc/
Dcommand_line_cpptoc.cc411 GetStruct()->get_arguments = command_line_get_arguments; in CefCommandLineCppToC()
/third_party/rust/crates/clap/tests/builder/
Dtests.rs419 .get_arguments() in mut_arg_all()
/third_party/rust/crates/clap/src/output/
Dhelp_template.rs354 .get_arguments() in write_all_args()
398 .get_arguments() in write_all_args()
/third_party/libabigail/src/
Dabg-ini.cc1993 function_call_expr::get_arguments() const in get_arguments() function in abigail::ini::function_call_expr
2002 function_call_expr::get_arguments() in get_arguments() function in abigail::ini::function_call_expr
/third_party/rust/crates/clap/clap_complete/src/
Ddynamic.rs375 if let Some(arg) = cmd.get_arguments().find(|a| a.get_long() == Some(flag)) in complete_arg()

12