Home
last modified time | relevance | path

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

/external/rust/crates/clap/src/args/arg_builder/
Dpositional.rs13 use INTERNAL_ERROR_MSG;
82 self.v.val_delim.expect(INTERNAL_ERROR_MSG) in name_no_brackets()
97 Cow::Borrowed(names.values().next().expect(INTERNAL_ERROR_MSG)) in name_no_brackets()
110 self.v.val_delim.expect(INTERNAL_ERROR_MSG) in fmt()
Doption.rs11 use INTERNAL_ERROR_MSG;
70 self.v.val_delim.expect(INTERNAL_ERROR_MSG) in fmt()
/external/rust/crates/clap/src/completions/
Dzsh.rs11 use INTERNAL_ERROR_MSG;
258 &p.find_subcommand(sc).expect(INTERNAL_ERROR_MSG).p
346 let mut conflicts = get_zsh_arg_conflicts!(p, o, INTERNAL_ERROR_MSG);
407 let mut conflicts = get_zsh_arg_conflicts!(p, f, INTERNAL_ERROR_MSG);
Delvish.rs6 use INTERNAL_ERROR_MSG;
74 p.meta.bin_name.as_ref().expect(INTERNAL_ERROR_MSG).clone() in generate_inner()
Dpowershell.rs6 use INTERNAL_ERROR_MSG;
81 p.meta.bin_name.as_ref().expect(INTERNAL_ERROR_MSG).clone() in generate_inner()
/external/rust/crates/clap/src/app/
Dvalidator.rs15 use INTERNAL_ERROR_MSG;
45 .expect(INTERNAL_ERROR_MSG) in validate()
187 None => panic!(INTERNAL_ERROR_MSG), in build_err()
309 .expect(INTERNAL_ERROR_MSG); in validate_matched_args()
388 .expect(INTERNAL_ERROR_MSG) in validate_arg_num_vals()
438 |v| v == val.expect(INTERNAL_ERROR_MSG) && !matcher.contains(name); in validate_arg_requires()
Dusage.rs9 use INTERNAL_ERROR_MSG;
122 .expect(INTERNAL_ERROR_MSG); in create_help_usage()
233 .expect(INTERNAL_ERROR_MSG); in get_args_tag()
475 .expect(INTERNAL_ERROR_MSG) in get_required_usage_from()
Dparser.rs39 use INTERNAL_ERROR_MSG;
369 .expect(INTERNAL_ERROR_MSG); in add_group()
841 .expect(INTERNAL_ERROR_MSG); in is_new_arg()
849 .expect(INTERNAL_ERROR_MSG); in is_new_arg()
950 let sc_name = sc_name.expect(INTERNAL_ERROR_MSG); in get_matches_with()
1021 .expect(INTERNAL_ERROR_MSG); in get_matches_with()
1209 .expect(INTERNAL_ERROR_MSG) in get_matches_with()
1345 write!(&mut mid_string, " {}", s).expect(INTERNAL_ERROR_MSG); in parse_subcommand()
1425 .expect(INTERNAL_ERROR_MSG) in args_in_group()
1454 .expect(INTERNAL_ERROR_MSG) in arg_names_in_group()
[all …]
Dhelp.rs17 use INTERNAL_ERROR_MSG;
332 arg.val_delim().expect(INTERNAL_ERROR_MSG) in val()
/external/rust/crates/clap/src/args/
Dany_arg.rs9 use INTERNAL_ERROR_MSG;
72 panic!(INTERNAL_ERROR_MSG) in set()
/external/rust/crates/clap/src/
Dlib.rs581 const INTERNAL_ERROR_MSG: &'static str = "Fatal internal error. Please consider filing a bug \ constant
Dusage_parser.rs5 use INTERNAL_ERROR_MSG;
83 .expect(INTERNAL_ERROR_MSG) in name()
134 .expect(INTERNAL_ERROR_MSG) in short_or_long()
160 let short = start.chars().nth(0).expect(INTERNAL_ERROR_MSG); in short()