Home
last modified time | relevance | path

Searched refs:to_str_lossy (Results 1 - 3 of 3) sorted by relevance

/third_party/rust/crates/clap/clap_lex/tests/
H A Dshorts.rs40 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()
/third_party/rust/crates/clap/clap_lex/src/
H A Dlib.rs96 //! return Err(format!("Unexpected flag: -{}", e.to_str_lossy()).into());
393 self.inner.to_str_lossy() in display()
/third_party/rust/crates/clap/src/parser/
H A Dparser.rs748 arg: long_arg.to_str_lossy().into_owned(), in parse_long_arg()
808 rest: rest.to_str_lossy().into_owned(), in parse_long_arg()
905 arg: format!("-{}", rest.to_str_lossy()), in parse_short_arg()

Completed in 4 milliseconds