Home
last modified time | relevance | path

Searched defs:StructDeclaration (Results 1 – 4 of 4) 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… argument
108 def get_packet_fields(decl: Union[PacketDeclaration, StructDeclaration]) -> List[Field]: argument
118 def get_packet_shift(packet: Union[PacketDeclaration, StructDeclaration]) -> int: argument
157 … decl: Union[PacketDeclaration, StructDeclaration]) -> Union[PacketDeclaration, StructDeclaration]: argument
166 decl: Union[PacketDeclaration, StructDeclaration], argument
186 decl: Union[PacketDeclaration, StructDeclaration] argument
321 def get_unconstrained_parent_fields(decl: Union[PacketDeclaration, StructDeclaration]) -> List[Fiel… argument
341 def get_parent_constraints(decl: Union[PacketDeclaration, StructDeclaration]) -> List[Constraint]: argument
Dast.py215 class StructDeclaration(Declaration): class
/aosp_15_r20/external/rust/android-crates-io/crates/pdl-compiler/scripts/
Dgenerate_cxx_backend.py1358 def generate_packet_constructor(struct: ast.StructDeclaration, constructor_name: str) -> str:
1553 def generate_struct_field_parsers(struct: ast.StructDeclaration) -> str:
1608 def generate_struct_declaration(struct: ast.StructDeclaration) -> str:
Dgenerate_test_vectors.py593 def generate_struct_values(decl: ast.StructDeclaration) -> List[Packet]: