Searched refs:needs_val_of (Results 1 – 2 of 2) sorted by relevance
820 fn is_new_arg(&mut self, arg_os: &OsStr, needs_val_of: ParseResult) -> bool { in is_new_arg()821 debugln!("Parser::is_new_arg:{:?}:{:?}", arg_os, needs_val_of); in is_new_arg()835 let arg_allows_tac = match needs_val_of { in is_new_arg()912 let mut needs_val_of: ParseResult<'a> = ParseResult::NotFound; in get_matches_with() localVariable925 let starts_new_arg = self.is_new_arg(&arg_os, needs_val_of); in get_matches_with()940 match needs_val_of { in get_matches_with()974 needs_val_of = self.parse_long_arg(matcher, &arg_os, it)?; in get_matches_with()977 needs_val_of in get_matches_with()979 match needs_val_of { in get_matches_with()989 needs_val_of = self.parse_short_arg(matcher, &arg_os)?; in get_matches_with()[all …]
30 needs_val_of: ParseResult<'a>, in validate()38 if let ParseResult::Opt(a) = needs_val_of { in validate()