Searched defs:field_type (Results 1 – 8 of 8) sorted by relevance
54 let field_type = Integer::new(*width); in rust_type() localVariable58 let field_type = format_ident!("{type_id}"); in rust_type() localVariable62 let field_type = Integer::new(*width); in rust_type() localVariable67 let field_type = Integer::new(*width); in rust_type() localVariable71 let field_type = format_ident!("{type_id}"); in rust_type() localVariable76 let field_type = format_ident!("{type_id}"); in rust_type() localVariable
23 field_type: types::Integer, // The type of the value. field78 let field_type = types::Integer::new(*width); in add_bit_field() localVariable94 let field_type = types::Integer::new(width); in add_bit_field() localVariable104 let field_type = types::Integer::new(width); in add_bit_field() localVariable110 let field_type = types::Integer::new(width); in add_bit_field() localVariable129 let field_type = types::Integer::new(*width); in add_bit_field() localVariable182 let field_type = types::Integer::new(*width); in add_bit_field() localVariable
40 static const std::string field_type; variable
36 static const std::string field_type; variable
589 let field_type = if let Type::Path(t) = field.ty { in dbus_propmap() localVariable
1118 auto field_type = field->GetFieldType(); in GenRustStructImpls() local
272 let field_type = format_ident!("{id}DataChild"); in generate_data_struct() localVariable
228 unsigned field_type = *buffer >> 6; in parseField() local