Searched defs:PacketDeclaration (Results  1 – 4 of 4) 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… 99 def get_packet_fields(decl: Union[PacketDeclaration, StructDeclaration]) -> List[Field]: 109 def get_packet_shift(packet: Union[PacketDeclaration, StructDeclaration]) -> int: 148 … decl: 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]:
  | 
| D | ast.py | 194 class PacketDeclaration(Declaration):  class
  | 
| /packages/modules/Bluetooth/tools/pdl/scripts/ | 
| D | generate_cxx_backend_tests.py | 38 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,
  | 
| D | generate_cxx_backend.py | 907 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:
  |