Home
last modified time | relevance | path

Searched defs:struct_type (Results 1 – 2 of 2) sorted by relevance

/packages/modules/Bluetooth/tools/pdl/src/backends/rust_no_allocation/
Dcomputed_values.rs82 let struct_type = format_ident!("{struct_type}View"); in compute() localVariable
102 let struct_type = format_ident!("{struct_type}View"); in compute() localVariable
/packages/modules/Bluetooth/system/gd/packet/parser/
Dpacket_def.cc626 auto struct_type = param->GetElementField()->GetDataType(); in GenBuilderCreatePybind11() local