Home
last modified time | relevance | path

Searched refs:is_allow_hyphen_values_set (Results 1 - 4 of 4) sorted by relevance

/third_party/rust/crates/clap/src/parser/
H A Dparser.rs122 self.cmd[opt].is_allow_hyphen_values_set())
652 if self.cmd[current_positional.get_id()].is_allow_hyphen_values_set()
737 self.cmd[opt].is_allow_hyphen_values_set()) in parse_long_arg()
831 arg.is_allow_hyphen_values_set() && !arg.is_last_set() in parse_long_arg()
859 if self.cmd[opt].is_allow_hyphen_values_set() || (self.cmd[opt].is_allow_negative_numbers_set() && short_arg.is_number())) in parse_short_arg()
877 arg.is_allow_hyphen_values_set() && !arg.is_last_set() in parse_short_arg()
/third_party/rust/crates/clap/src/builder/
H A Dcommand.rs3641 note = "Replaced with `Arg::is_allow_hyphen_values_set`"
3644 pub(crate) fn is_allow_hyphen_values_set(&self) -> bool {
3903 let is_allow_hyphen_values_set = self.is_allow_hyphen_values_set();
3906 if is_allow_hyphen_values_set && arg.is_takes_value_set() {
H A Ddebug_asserts.rs835 checker!(is_allow_hyphen_values_set requires is_takes_value_set); in assert_arg_flags()
H A Darg.rs3949 pub fn is_allow_hyphen_values_set(&self) -> bool { in is_allow_hyphen_values_set() functions

Completed in 13 milliseconds