Home
last modified time | relevance | path

Searched refs:into_string (Results 1 – 16 of 16) sorted by relevance

/third_party/rust/crates/bindgen/bindgen-tests/tests/quickchecking/src/
Dlib.rs68 .into_string() in run_predicate_script()
76 .into_string() in run_predicate_script()
/third_party/rust/crates/clap/src/builder/
Dstr.rs75 name.name.into_string() in from()
248 pub(crate) fn into_string(self) -> String { in into_string() method
268 pub(crate) fn into_string(self) -> String { in into_string() method
Dvalue_parser.rs878 let value = ok!(value.into_string().map_err(|_| { in parse()
1166 let value = ok!(value.into_string().map_err(|_| { in parse()
/third_party/rust/crates/rustix/tests/termios/
Dttyname.rs11 .into_string() in test_ttyname_ok()
/third_party/rust/crates/codespan/codespan-reporting/tests/support/
Dmod.rs24 self.emit(ColorBuffer::new(), &config).into_string() in emit_color()
Dcolor_buffer.rs50 pub fn into_string(self) -> String { in into_string() method
/third_party/rust/crates/cxx/src/
Drust_string.rs27 pub fn into_string(self) -> String { in into_string() method
/third_party/rust/crates/os_str_bytes/src/wasm/
Dmod.rs57 expect_utf8!(os_string.into_string()).into_bytes() in os_string_into_vec()
/third_party/rust/crates/libc/ci/
Dstyle.rs66 let name = entry.file_name().into_string().unwrap(); in walk()
/third_party/rust/crates/cxx/gen/build/src/
Dcargo.rs58 let v = match v.into_string() { in load()
/third_party/rust/crates/rust-openssl/openssl-sys/build/
Dmain.rs396 .filter_map(|e| e.into_string().ok()) in determine_mode()
/third_party/rust/crates/os_str_bytes/src/
Draw_str.rs1236 pub fn into_string(self) -> result::Result<String, Self> { in into_string() method
/third_party/rust/crates/nix/src/
Dunistd.rs3059 let dir = match u.dir.into_os_string().into_string() {
3063 let shell = match u.shell.into_os_string().into_string() {
/third_party/rust/crates/bindgen/bindgen/
Dlib.rs2610 if let Ok(path) = path.into_os_string().into_string() { in generate()
/third_party/rust/crates/cxx/macro/src/
Dexpand.rs650 quote_spanned!(span=> #call.into_string()) in expand_cxx_function_shim()
/third_party/rust/crates/memchr/bench/data/code/
Drust-library.rs5192 assert_eq!(string.clone().into_boxed_str().into_string(), string);
5198 let data2 = data.clone().into_boxed_str().clone().into_string();
15443 pub fn into_string(self: Box<str>) -> String {
18556 s.into_string()