Home
last modified time | relevance | path

Searched refs:get_arguments (Results 1 - 23 of 23) sorted by relevance

/third_party/rust/crates/clap/tests/derive/
H A 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...]
H A 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/
H A Dconvert.py25 def get_arguments(): function
35 args = get_arguments()
/third_party/jerryscript/tools/runners/
H A Drun-unittests.py27 def get_arguments(): function
87 sys.exit(main(get_arguments()))
H A Drun-test-suite-test262.py32 def get_arguments(): function
147 sys.exit(main(get_arguments()))
H A Drun-test-suite.py25 def get_arguments(): function
226 sys.exit(main(get_arguments()))
/third_party/rust/crates/clap/src/builder/
H A Ddebug_asserts.rs31 .get_arguments()
60 for arg in cmd.get_arguments() {
294 !cmd.get_arguments().any(|x| x.get_id() == group.get_id()),
304 cmd.get_arguments().any(|x| x.get_id() == arg),
527 for arg in cmd.get_arguments() { in _verify_positionals()
H A Dcommand.rs3454 pub fn get_arguments(&self) -> impl Iterator<Item = &Arg> { in get_arguments() functions
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())
4611 || self.get_arguments().any(should_long) in long_help_exists_()
/third_party/rust/crates/clap/clap_complete/tests/
H A Dgeneral.rs7 .get_arguments() in infer_value_hint_for_path_buf()
/third_party/rust/crates/clap/tests/
H A 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/
H A Dabg-ini.h448 get_arguments() const;
451 get_arguments();
/third_party/jerryscript/tools/
H A Drun-tests.py187 def get_arguments(): function
554 main(get_arguments())
H A Dbuild.py38 def get_arguments(): function
280 arguments = get_arguments()
/third_party/rust/crates/clap/clap_mangen/src/
H A Drender.rs34 for opt in cmd.get_arguments().filter(|i| !i.is_hide_set()) {
90 let items: Vec<_> = cmd.get_arguments().filter(|i| !i.is_hide_set()).collect();
H A Dlib.rs262 cmd.get_arguments().any(|i| !i.is_hide_set()) in app_has_arguments()
/third_party/rust/crates/clap/src/parser/
H A Dparser.rs78 let contains_last = self.cmd.get_arguments().any(|x| x.is_last_set());
763 self.cmd.get_arguments().find_map(|a| { in parse_long_arg()
1384 for arg in self.cmd.get_arguments() { in add_env()
1414 for arg in self.cmd.get_arguments() { in add_defaults()
H A Darg_matcher.rs28 let args = _cmd.get_arguments().map(|a| a.get_id().clone());
H A Dvalidator.rs304 .get_arguments() in validate_required()
/third_party/rust/crates/clap/tests/builder/
H A Dtests.rs419 .get_arguments() in mut_arg_all()
H A Dhelp.rs2619 .get_arguments() in disable_help_flag_affects_help_subcommand()
2661 let help = cmd.get_arguments().find(|a| a.get_id() == "help").unwrap(); in help_without_short()
/third_party/libabigail/src/
H A 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
H A Dabg-suppression.cc1352 && fn_call->get_arguments().size() == 1) in eval_boundary()
1354 string member_name = fn_call->get_arguments()[0]; in eval_boundary()
/third_party/rust/crates/clap/src/output/
H A Dhelp_template.rs354 .get_arguments()
401 .get_arguments()

Completed in 27 milliseconds