Home
last modified time | relevance | path

Searched defs:type_id (Results 1 – 4 of 4) sorted by relevance

/packages/modules/Bluetooth/tools/pdl/src/backends/rust/
Dparser.rs174 let type_id = format_ident!("{type_id}"); in add_bit_field() localVariable
460 let type_id = format_ident!("{type_id}"); in add_typedef_field() localVariable
575 let type_id = format_ident!("{id}"); in parse_array_element() localVariable
587 let type_id = format_ident!("{}", type_id.unwrap()); in parse_array_element() localVariable
/packages/modules/Bluetooth/system/embdrv/lc3/tools/
Dwave.c42 uint32_t type_id; member
/packages/modules/Bluetooth/tools/pdl/src/
Dparser.rs471 let type_id = parse_identifier(&mut children)?; in parse_field() localVariable
/packages/modules/Bluetooth/tools/pdl/src/backends/
Drust.rs359 let type_id = match &packet_scope.all_fields[&constraint.id].desc { in constraint_to_value() localVariable