/external/rust/crates/quote/src/ |
D | ident_fragment.rs | 58 impl<T> IdentFragment for Cow<'_, T> implementation
|
D | to_tokens.rs | 91 impl<'a, T: ?Sized + ToOwned + ToTokens> ToTokens for Cow<'a, T> { implementation
|
/external/rust/crates/percent-encoding/ |
D | lib.rs | 290 impl<'a> From<PercentEncode<'a>> for Cow<'a, str> { implementation 375 impl<'a> From<PercentDecode<'a>> for Cow<'a, [u8]> { implementation
|
/external/rust/crates/rayon/src/iter/ |
D | from_par_iter.rs | 192 impl<'a, C: ?Sized, T> FromParallelIterator<T> for Cow<'a, C> implementation
|
/external/rust/crates/log/src/kv/ |
D | key.rs | 124 impl<'a> ToKey for Cow<'a, str> { implementation
|
D | value.rs | 439 impl<'v> ToValue for Cow<'v, str> { implementation
|
/external/guice/extensions/assistedinject/test/com/google/inject/assistedinject/ |
D | ManyConstructorsTest.java | 313 public static class Cow {} class in ManyConstructorsTest
|
/external/rust/crates/rusqlite/src/types/ |
D | to_sql.rs | 94 impl<T: ToSql + ToOwned + ?Sized> ToSql for Cow<'_, T> { implementation
|
/external/rust/crates/bstr/src/ |
D | impls.rs | 196 impl<'a> From<BString> for Cow<'a, BStr> { implementation 598 impl<'a> From<&'a BStr> for Cow<'a, BStr> { implementation
|
/external/rust/crates/regex/src/ |
D | re_bytes.rs | 1203 impl<'a> Replacer for Cow<'a, [u8]> { implementation 1213 impl<'a> Replacer for &'a Cow<'a, [u8]> { implementation
|
D | re_unicode.rs | 1245 impl<'a> Replacer for Cow<'a, str> { implementation 1255 impl<'a> Replacer for &'a Cow<'a, str> { implementation
|
/external/rust/crates/arbitrary/src/ |
D | lib.rs | 767 impl<'a, A> Arbitrary<'a> for Cow<'a, A> implementation
|
/external/rust/crates/serde/src/de/ |
D | value.rs | 652 impl<'de, 'a, E> IntoDeserializer<'de, E> for Cow<'a, str> implementation
|
D | impls.rs | 1721 impl<'de, 'a, T: ?Sized> Deserialize<'de> for Cow<'a, T> implementation
|