| /external/rust/crates/litrs/src/ | 
| D | lib.rs | 225     type Cow: From<String> + AsRef<str> + Borrow<str> + Deref<Target = str>;  typedef 228     fn into_cow(self) -> Self::Cow;  in into_cow() 253     type Cow = Cow<'a, str>;  typedef 255     fn into_cow(self) -> Self::Cow {  in into_cow() 277     type Cow = Cow<'static, str>;  typedef 279     fn into_cow(self) -> Self::Cow {  in into_cow()
  | 
| /external/armnn/tests/ | 
| D | YoloDatabase.cpp | 32     Cow,  enumerator
  | 
| /external/rust/crates/quote/src/ | 
| D | ident_fragment.rs | 58 impl<T> IdentFragment for Cow<'_, T>  implementation
  | 
| D | to_tokens.rs | 89 impl<'a, T: ?Sized + ToOwned + ToTokens> ToTokens for Cow<'a, T> {  implementation
  | 
| /external/rust/crates/percent-encoding/src/ | 
| D | lib.rs | 300 impl<'a> From<PercentEncode<'a>> for Cow<'a, str> {  implementation 386 impl<'a> From<PercentDecode<'a>> for Cow<'a, [u8]> {  implementation
  | 
| /external/rust/crates/litrs/src/string/ | 
| D | mod.rs | 50     pub fn into_value(self) -> B::Cow {  in into_value()
  | 
| /external/rust/crates/jni/src/wrapper/strings/ | 
| D | java_str.rs | 50 impl<'a: 'b, 'b: 'c, 'c> From<&'c JavaStr<'a, 'b>> for Cow<'c, str> {  implementation
  | 
| D | ffi_str.rs | 53 impl<'a> From<&'a JNIStr> for Cow<'a, str> {  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/os_str_bytes/src/ | 
| D | raw_str.rs | 891 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
  | 
| /external/rust/crates/log/src/kv/ | 
| D | key.rs | 124     impl<'a> ToKey for Cow<'a, str> {  implementation
  | 
| D | value.rs | 626     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 | 104 impl<T: ToSql + ToOwned + ?Sized> ToSql for Cow<'_, T> {  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 | 1254 impl<'a> Replacer for Cow<'a, str> {  implementation 1264 impl<'a> Replacer for &'a Cow<'a, str> {  implementation
  | 
| /external/rust/crates/bstr/src/ | 
| D | impls.rs | 201     impl<'a> From<BString> for Cow<'a, BStr> {  implementation 635     impl<'a> From<&'a BStr> for Cow<'a, BStr> {  implementation
  | 
| /external/rust/crates/arbitrary/src/ | 
| D | lib.rs | 820 impl<'a, A> Arbitrary<'a> for Cow<'a, A>  implementation
  | 
| /external/rust/crates/serde/src/de/ | 
| D | value.rs | 688 impl<'de, 'a, E> IntoDeserializer<'de, E> for Cow<'a, str>  implementation
  | 
| D | impls.rs | 1822 impl<'de, 'a, T: ?Sized> Deserialize<'de> for Cow<'a, T>  implementation
  |