Home
last modified time | relevance | path

Searched refs:to_str_lossy (Results 1 – 6 of 6) sorted by relevance

/third_party/rust/crates/clap/clap_lex/tests/
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/
Dlib.rs391 self.inner.to_str_lossy() in display()
/third_party/rust/crates/clap/src/parser/
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()
906 arg: format!("-{}", rest.to_str_lossy()), in parse_short_arg()
/third_party/rust/crates/clap/clap_complete/src/
Ddynamic.rs411 .map(|f| format!("{}{}", arg.to_value_os().to_str_lossy(), f).into()), in complete_arg()
/third_party/rust/crates/os_str_bytes/src/
Draw_str.rs766 pub fn to_str_lossy(&self) -> Cow<'_, str> { in to_str_lossy() method
/third_party/rust/crates/clap/src/builder/
Ddebug_asserts.rs872 part.to_str_lossy(), in assert_defaults()