Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/pdl-compiler/scripts/pdl/
Dcore.py91 def get_packet_field(packet: Union[PacketDeclaration, StructDeclaration], id: str) -> Optional[Fiel…
108 def get_packet_fields(decl: Union[PacketDeclaration, StructDeclaration]) -> List[Field]:
118 def get_packet_shift(packet: Union[PacketDeclaration, StructDeclaration]) -> int:
157decl: Union[PacketDeclaration, StructDeclaration]) -> Union[PacketDeclaration, StructDeclaration]:
166 decl: Union[PacketDeclaration, StructDeclaration],
186 decl: Union[PacketDeclaration, StructDeclaration]
321 def get_unconstrained_parent_fields(decl: Union[PacketDeclaration, StructDeclaration]) -> List[Fiel…
341 def get_parent_constraints(decl: Union[PacketDeclaration, StructDeclaration]) -> List[Constraint]:
Dast.py203 class PacketDeclaration(Declaration): class
/aosp_15_r20/external/rust/android-crates-io/crates/pdl-compiler/scripts/
Dgenerate_cxx_backend.py1130 def generate_packet_view_field_accessors(packet: ast.PacketDeclaration) -> List[str]:
1221 def generate_packet_stringifier(packet: ast.PacketDeclaration) -> str:
1230 def generate_packet_view_field_parsers(packet: ast.PacketDeclaration) -> str:
1294 def generate_packet_view_friend_classes(packet: ast.PacketDeclaration) -> str:
1301 def generate_packet_view(packet: ast.PacketDeclaration) -> str:
1456 def generate_packet_creator(packet: ast.PacketDeclaration) -> str:
1507 def generate_packet_builder(packet: ast.PacketDeclaration) -> str:
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:
174 def generate_packet_serializer_test(serializer_test_suite: str, packet: ast.PacketDeclaration,
Dgenerate_test_vectors.py598 def generate_packet_values(decl: ast.PacketDeclaration) -> List[Packet]: