Searched defs:StructDeclaration (Results 1 – 3 of 3) sorted by relevance
| /packages/modules/Bluetooth/tools/pdl/scripts/pdl/ |
| D | core.py | 82 def get_packet_field(packet: Union[PacketDeclaration, StructDeclaration], id: str) -> Optional[Fiel… argument 99 def get_packet_fields(decl: Union[PacketDeclaration, StructDeclaration]) -> List[Field]: argument 109 def get_packet_shift(packet: Union[PacketDeclaration, StructDeclaration]) -> int: argument 148 … decl: Union[PacketDeclaration, StructDeclaration]) -> Union[PacketDeclaration, StructDeclaration]: argument 157 decl: Union[PacketDeclaration, StructDeclaration], argument 296 def get_unconstrained_parent_fields(decl: Union[PacketDeclaration, StructDeclaration]) -> List[Fiel… argument 316 def get_parent_constraints(decl: Union[PacketDeclaration, StructDeclaration]) -> List[Constraint]: argument
|
| D | ast.py | 206 class StructDeclaration(Declaration): class
|
| /packages/modules/Bluetooth/tools/pdl/scripts/ |
| D | generate_cxx_backend.py | 1119 def generate_packet_constructor(struct: ast.StructDeclaration, constructor_name: str) -> str: 1202 def generate_struct_field_parsers(struct: ast.StructDeclaration) -> str: 1245 def generate_struct_declaration(struct: ast.StructDeclaration) -> str:
|