Searched defs:TypeGenerics (Results 1 – 7 of 7) sorted by relevance
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/syn-1.0.109/src/ |
H A D | generics.rs | 310 pub struct TypeGenerics<'a>(&'a Generics); struct 350 pub fn split_for_impl(&self) -> (ImplGenerics, TypeGenerics, Option<&WhereClause>) { in split_for_impl() argument 411 impl<'a> TypeGenerics<'a> { impl 1150 impl<'a> ToTokens for TypeGenerics<'a> { implementation
|
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/syn-2.0.55/src/ |
H A D | generics.rs | 303 pub struct TypeGenerics<'a>(&'a Generics); struct 337 pub fn split_for_impl(&self) -> (ImplGenerics, TypeGenerics, Option<&WhereClause>) { in split_for_impl() argument 398 impl<'a> TypeGenerics<'a> { impl 1090 impl<'a> ToTokens for TypeGenerics<'a> { implementation
|
/aosp_15_r20/external/rust/android-crates-io/crates/syn/src/ |
D | generics.rs | 303 pub struct TypeGenerics<'a>(&'a Generics); struct 337 pub fn split_for_impl(&self) -> (ImplGenerics, TypeGenerics, Option<&WhereClause>) { in split_for_impl() argument 398 impl<'a> TypeGenerics<'a> { implementation 1090 impl<'a> ToTokens for TypeGenerics<'a> { implementation
|
/aosp_15_r20/external/rust/android-crates-io/crates/strum_macros/src/macros/strings/ |
D | from_string.rs | 156 _ty_generics: &syn::TypeGenerics, in try_from_str() 167 ty_generics: &syn::TypeGenerics, in try_from_str()
|
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/strum_macros-0.25.3/src/macros/strings/ |
H A D | from_string.rs | 156 _ty_generics: &syn::TypeGenerics, in try_from_str() 167 ty_generics: &syn::TypeGenerics, in try_from_str()
|
/aosp_15_r20/external/rust/android-crates-io/crates/serde_derive/src/ |
D | de.rs | 3141 syn::TypeGenerics, in split_with_de_lifetime()
|
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/serde_derive-1.0.197/src/ |
H A D | de.rs | 3141 syn::TypeGenerics, in split_with_de_lifetime()
|