Lines Matching refs:next
80 while let Some(arg_os) = raw_args.next(&mut args_cursor) {
306 // get the next value from the iterator
347 // If next value looks like a new_arg or it's a
350 // positional argument with a value next to it), assume
351 // current value matches the next arg.
643 fn is_new_arg(&self, next: &clap_lex::ParsedArg<'_>, current_positional: &Arg) -> bool {
648 next.to_value_os(),
654 && next.is_number())
659 } else if next.is_long() {
663 } else if next.is_short() {