Home
last modified time | relevance | path

Searched defs:field_type (Results 1 – 8 of 8) sorted by relevance

/packages/modules/Bluetooth/tools/pdl/src/backends/rust/
Dtypes.rs54 let field_type = Integer::new(*width); in rust_type() localVariable
58 let field_type = format_ident!("{type_id}"); in rust_type() localVariable
62 let field_type = Integer::new(*width); in rust_type() localVariable
67 let field_type = Integer::new(*width); in rust_type() localVariable
71 let field_type = format_ident!("{type_id}"); in rust_type() localVariable
76 let field_type = format_ident!("{type_id}"); in rust_type() localVariable
Dserializer.rs23 field_type: types::Integer, // The type of the value. field
78 let field_type = types::Integer::new(*width); in add_bit_field() localVariable
94 let field_type = types::Integer::new(width); in add_bit_field() localVariable
104 let field_type = types::Integer::new(width); in add_bit_field() localVariable
110 let field_type = types::Integer::new(width); in add_bit_field() localVariable
129 let field_type = types::Integer::new(*width); in add_bit_field() localVariable
182 let field_type = types::Integer::new(*width); in add_bit_field() localVariable
/packages/modules/Bluetooth/system/gd/packet/parser/fields/
Dfixed_scalar_field.h40 static const std::string field_type; variable
Dfixed_enum_field.h36 static const std::string field_type; variable
/packages/modules/Bluetooth/system/gd/rust/linux/dbus_projection/dbus_macros/src/
Dlib.rs589 let field_type = if let Type::Path(t) = field.ty { in dbus_propmap() localVariable
/packages/modules/Bluetooth/system/gd/packet/parser/
Dpacket_def.cc1118 auto field_type = field->GetFieldType(); in GenRustStructImpls() local
/packages/modules/Bluetooth/tools/pdl/src/backends/
Drust.rs272 let field_type = format_ident!("{id}DataChild"); in generate_data_struct() localVariable
/packages/modules/DnsResolver/tests/dns_responder/
Ddns_responder.cpp228 unsigned field_type = *buffer >> 6; in parseField() local