Searched refs:start_custom_arg (Results 1 - 2 of 2) sorted by relevance
/third_party/rust/crates/clap/src/parser/ |
H A D | parser.rs | 1195 self.start_custom_arg(matcher, arg, source); in react() 1212 self.start_custom_arg(matcher, arg, source); in react() 1238 self.start_custom_arg(matcher, arg, source); in react() 1259 self.start_custom_arg(matcher, arg, source); in react() 1275 self.start_custom_arg(matcher, arg, source); in react() 1499 fn start_custom_arg(&self, matcher: &mut ArgMatcher, arg: &Arg, source: ValueSource) { in start_custom_arg() functions 1504 matcher.start_custom_arg(arg, source); in start_custom_arg() 1551 self.start_custom_arg(matcher, arg, ValueSource::CommandLine); in did_you_mean_error()
|
H A D | arg_matcher.rs | 136 pub(crate) fn start_custom_arg(&mut self, arg: &Arg, source: ValueSource) { 139 "ArgMatcher::start_custom_arg: id={:?}, source={:?}", 150 "ArgMatcher::start_custom_arg: id={:?}, source={:?}",
|
Completed in 4 milliseconds