Searched refs:next_value_os (Results 1 – 3 of 3) sorted by relevance
33 fn next_value_os() { in next_value_os() function40 let actual = shorts.next_value_os().unwrap().to_str_lossy(); in next_value_os()54 let actual = shorts.next_value_os().unwrap().to_str_lossy(); in next_flag_with_value()73 assert_eq!(shorts.next_value_os(), None); in next_flag_with_no_value()
455 pub fn next_value_os(&mut self) -> Option<&'s RawOsStr> { in next_value_os() method
940 let val = short_arg.clone().next_value_os().unwrap_or_default(); in parse_short_arg()