Home
last modified time | relevance | path

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 Dgenerics.rs310 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 Dgenerics.rs303 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/
Dgenerics.rs303 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/
Dfrom_string.rs156 _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 Dfrom_string.rs156 _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/
Dde.rs3141 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 Dde.rs3141 syn::TypeGenerics, in split_with_de_lifetime()