Home
last modified time | relevance | path

Searched refs:RawOsString (Results 1 - 6 of 6) sorted by relevance

/third_party/rust/crates/os_str_bytes/tests/
H A Draw_random.rs4 use os_str_bytes::RawOsString;
29 let string = RawOsString::new(string); in test_complex()
30 let suffix = RawOsString::new(suffix); in test_complex()
/third_party/rust/crates/os_str_bytes/src/
H A Draw_str.rs140 Cow::Owned(string) => Cow::Owned(RawOsString(string)), in new()
906 type Owned = RawOsString;
910 RawOsString(self.0.to_owned()) in to_owned()
984 pub struct RawOsString(Vec<u8>); structure names
986 impl RawOsString { impls
998 /// use os_str_bytes::RawOsString;
1001 /// println!("{:?}", RawOsString::new(os_string));
1013 /// This method is much more efficient than [`RawOsString::new`], since the
1019 /// use os_str_bytes::RawOsString;
1022 /// let raw = RawOsString
[all...]
H A Dlib.rs12 //! In most cases, [`RawOsStr`] and [`RawOsString`] should be used.
26 //! [`RawOsString::into_os_string`] and similar methods.
81 //! - [`RawOsString`]
91 //! - [`RawOsString::from_raw_vec`]
99 //! [`RawOsString`].
103 //! [`RawOsString`].
120 //! take constant time. For example, [`RawOsString::into_os_string`] might be
268 pub use raw_str::RawOsString;
/third_party/rust/crates/clap/clap_lex/src/
H A Dlib.rs118 pub use os_str_bytes::RawOsString;
/third_party/rust/crates/clap/clap_complete/src/
H A Ddynamic.rs513 let raw_file_name = clap_lex::RawOsString::new(entry.file_name()); in complete_path()
/third_party/rust/crates/clap/src/parser/
H A Dparser.rs9 use clap_lex::RawOsString;
1161 let raw_val = RawOsString::new(raw_val); in react()

Completed in 9 milliseconds