Home
last modified time | relevance | path

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

/third_party/rust/crates/bindgen/bindgen/ir/analysis/
Dderive.rs224 let inner_type = in constrain_type() localVariable
238 let inner_type = in constrain_type() localVariable
277 let inner_type = in constrain_type() localVariable
/third_party/rust/crates/clap/clap_derive/src/derives/
Dargs.rs216 let inner_type = match (**ty, sub_type(&field.ty)) { in gen_augment() localVariable
477 let inner_type = match (**ty, sub_type(&field.ty)) { in gen_constructor() localVariable
591 let inner_type = match (**ty, sub_type(&field.ty)) { in gen_updater() localVariable
/third_party/rust/crates/clap/clap_derive/src/utils/
Dty.rs58 pub fn inner_type(field_ty: &syn::Type) -> &syn::Type { in inner_type() function
/third_party/rust/crates/bindgen/bindgen/codegen/
Dimpl_debug.rs231 let inner_type = ctx.resolve_type(inner).canonical_type(ctx); in impl_debug() localVariable
/third_party/rust/crates/clap/clap_derive/src/
Ditem.rs611 let inner_type = inner_type(ty); in push_attrs() localVariable
743 let inner_type = inner_type(ty); in push_attrs() localVariable
1006 let inner_type = inner_type(field_type); in value_parser() localVariable
1010 let inner_type = inner_type(field_type); in value_parser() localVariable
/third_party/rust/crates/bindgen/bindgen/ir/
Dty.rs944 let inner_type = match inner { in from_clang_ty() localVariable