Searched refs:introspect_type (Results 1 - 1 of 1) sorted by relevance
/third_party/rust/crates/syn/codegen/src/ |
H A D | parse.rs | 106 .map(|field| introspect_type(&field.ty, lookup)) in introspect_enum() 124 introspect_type(&field.ty, lookup), in introspect_struct() 133 fn introspect_type(item: &syn::Type, lookup: &Lookup) -> types::Type { in introspect_type() functions 141 let nested = introspect_type(first_arg(&last.arguments), lookup); in introspect_type() 145 let nested = introspect_type(first_arg(&last.arguments), lookup); in introspect_type() 147 introspect_type(last_arg(&last.arguments), lookup) in introspect_type() 157 let nested = introspect_type(first_arg(&last.arguments), lookup); in introspect_type() 161 let nested = introspect_type(first_arg(&last.arguments), lookup); in introspect_type() 181 let tys = elems.iter().map(|ty| introspect_type(ty, lookup)).collect(); in introspect_type()
|
Completed in 1 milliseconds