Searched refs:to_long (Results 1 – 4 of 4) sorted by relevance
12 assert_eq!(next.to_long(), None); in to_long_stdio()24 assert_eq!(next.to_long(), None); in to_long_no_escape()36 let (key, value) = next.to_long().unwrap(); in to_long_no_value()50 let (key, value) = next.to_long().unwrap(); in to_long_with_empty_value()64 let (key, value) = next.to_long().unwrap(); in to_long_with_value()
341 } else if let Some(_long) = arg.to_long() { in complete()372 if let Some((flag, value)) = arg.to_long() { in complete_arg()
310 pub fn to_long(&self) -> Option<(Result<&str, &RawOsStr>, Option<&RawOsStr>)> { in to_long() method
131 } else if let Some((long_arg, long_value)) = arg_os.to_long() { in get_matches_with()