Home
last modified time | relevance | path

Searched defs:packet_scope (Results 1 – 3 of 3) sorted by relevance

/packages/modules/Bluetooth/tools/pdl/src/backends/rust/
Dparser.rs218 fn packet_scope(&self) -> Option<&lint::PacketScope> { in packet_scope() method
237 let packet_scope = self.packet_scope().unwrap(); in payload_field_offset_from_end() localVariable
488 let packet_scope = self.packet_scope().unwrap(); in add_payload_field() localVariable
599 let packet_scope = &self.scope.scopes[&decl]; in done() localVariable
/packages/modules/Bluetooth/tools/pdl/src/backends/
Drust.rs189 let packet_scope = &scope.scopes[&scope.typedef[id]]; in find_constrained_fields() localVariable
211 let packet_scope = &scope.scopes[&scope.typedef[id]]; in find_constrained_parent_fields() localVariable
228 let packet_scope = &scope.scopes[&decl]; in generate_data_struct() localVariable
376 let packet_scope = &scope.scopes[&scope.typedef[id]]; in generate_packet_decl() localVariable
/packages/modules/Bluetooth/tools/pdl/scripts/pdl/
Dast.py227 packet_scope: Dict[str, Declaration] = field(init=False) variable in File