Home
last modified time | relevance | path

Searched defs:ty_ident (Results 1 – 6 of 6) sorted by relevance

/external/rust/android-crates-io/crates/darling_core/src/codegen/
Dfrom_meta_impl.rs18 let ty_ident = base.ident; in to_tokens() localVariable
32 let ty_ident = base.ident; in to_tokens() localVariable
96 let ty_ident = variant.ty_ident; in to_tokens() localVariable
Dvariant.rs22 pub ty_ident: &'a Ident, field
93 let ty_ident = val.ty_ident; in to_tokens() localVariable
105 let ty_ident = val.ty_ident; in to_tokens() localVariable
141 let ty_ident = val.ty_ident; in to_tokens() localVariable
Douter_from_impl.rs22 let ty_ident = base.ident; in wrap() localVariable
Dfrom_attributes_impl.rs20 let ty_ident = self.base.ident; in to_tokens() localVariable
Dfrom_derive_impl.rs28 let ty_ident = self.base.ident; in to_tokens() localVariable
/external/rust/android-crates-io/crates/diplomat_core/src/ast/
Ddocs.rs130 let ty_ident: Ident = input.parse()?; in parse() localVariable