Home
last modified time | relevance | path

Searched defs:Cow (Results 1 – 11 of 11) sorted by relevance

/third_party/rust/crates/quote/src/
Dident_fragment.rs58 impl<T> IdentFragment for Cow<'_, T> implementation
Dto_tokens.rs89 impl<'a, T: ?Sized + ToOwned + ToTokens> ToTokens for Cow<'a, T> { implementation
/third_party/rust/crates/os_str_bytes/src/
Draw_str.rs891 impl<'a> From<&'a RawOsStr> for Cow<'a, RawOsStr> { implementation
961 impl<'a> RawOsStrCow<'a> for Cow<'a, RawOsStr> { implementation
1346 impl From<RawOsString> for Cow<'_, RawOsStr> { implementation
/third_party/rust/crates/log/src/kv/
Dkey.rs124 impl<'a> ToKey for Cow<'a, str> { implementation
Dvalue.rs626 impl<'v> ToValue for Cow<'v, str> { implementation
/third_party/rust/crates/rustix/src/path/
Darg.rs544 impl<'a> Arg for Cow<'a, str> { implementation
587 impl<'a> Arg for Cow<'a, OsStr> { implementation
629 impl<'a> Arg for Cow<'a, CStr> { implementation
/third_party/rust/crates/regex/src/
Dre_bytes.rs1203 impl<'a> Replacer for Cow<'a, [u8]> { implementation
1213 impl<'a> Replacer for &'a Cow<'a, [u8]> { implementation
Dre_unicode.rs1254 impl<'a> Replacer for Cow<'a, str> { implementation
1264 impl<'a> Replacer for &'a Cow<'a, str> { implementation
/third_party/rust/crates/serde/serde/src/de/
Dvalue.rs652 impl<'de, 'a, E> IntoDeserializer<'de, E> for Cow<'a, str> implementation
Dimpls.rs1823 impl<'de, 'a, T: ?Sized> Deserialize<'de> for Cow<'a, T> implementation
/third_party/rust/crates/memchr/bench/data/code/
Drust-library.rs19025 impl<B: ?Sized + ToOwned> Cow<'_, B> { impl