Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/tools/pdl/scripts/pdl/
Dcore.py82 def get_packet_field(packet: Union[PacketDeclaration, StructDeclaration], id: str) -> Optional[Fiel…
99 def get_packet_fields(decl: Union[PacketDeclaration, StructDeclaration]) -> List[Field]:
109 def get_packet_shift(packet: Union[PacketDeclaration, StructDeclaration]) -> int:
148decl: Union[PacketDeclaration, StructDeclaration]) -> Union[PacketDeclaration, StructDeclaration]:
157 decl: Union[PacketDeclaration, StructDeclaration],
296 def get_unconstrained_parent_fields(decl: Union[PacketDeclaration, StructDeclaration]) -> List[Fiel…
316 def get_parent_constraints(decl: Union[PacketDeclaration, StructDeclaration]) -> List[Constraint]:
Dast.py194 class PacketDeclaration(Declaration): class
/packages/modules/Bluetooth/tools/pdl/scripts/
Dgenerate_cxx_backend_tests.py38 def generate_packet_parser_test(parser_test_suite: str, packet: ast.PacketDeclaration, tests: List[…
41 def parse_packet(packet: ast.PacketDeclaration) -> str:
136 def generate_packet_serializer_test(serializer_test_suite: str, packet: ast.PacketDeclaration,
Dgenerate_cxx_backend.py907 def generate_packet_view_field_accessors(packet: ast.PacketDeclaration) -> List[str]:
990 def generate_packet_stringifier(packet: ast.PacketDeclaration) -> str:
999 def generate_packet_view_field_parsers(packet: ast.PacketDeclaration) -> str:
1063 def generate_packet_view_friend_classes(packet: ast.PacketDeclaration) -> str:
1070 def generate_packet_view(packet: ast.PacketDeclaration) -> str:
1161 def generate_packet_builder(packet: ast.PacketDeclaration) -> str: