Home
last modified time | relevance | path

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

/external/rust/crates/clap/src/app/
Dsettings.rs123 TrailingValues => Flags::TRAILING_VALUES,
985 TrailingValues, enumerator
1038 "trailingvalues" => Ok(AppSettings::TrailingValues), in from_str()
1184 AppSettings::TrailingValues in app_settings_fromstr()
Dparser.rs926 if !self.is_set(AS::TrailingValues) in get_matches_with()
932 self.set(AS::TrailingValues); in get_matches_with()
937 if !self.is_set(AS::TrailingValues) { in get_matches_with()
1051 && !self.is_set(AS::TrailingValues)); in get_matches_with()
1085 } else if (self.is_set(AS::AllowMissingPositional) && self.is_set(AS::TrailingValues)) in get_matches_with()
1086 || (self.is_set(AS::ContainsLast) && self.is_set(AS::TrailingValues)) in get_matches_with()
1094 if p.is_set(ArgSettings::Last) && !self.is_set(AS::TrailingValues) { in get_matches_with()
1102 if !self.is_set(AS::TrailingValues) in get_matches_with()
1105 self.settings.set(AS::TrailingValues); in get_matches_with()
1859 self.is_set(AS::TrailingValues), in add_val_to_arg()
[all …]