Searched defs:StructDeclaration (Results 1 – 4 of 4) sorted by relevance
/aosp_15_r20/external/rust/android-crates-io/crates/pdl-compiler/scripts/pdl/ |
D | core.py | 91 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
|
D | ast.py | 215 class StructDeclaration(Declaration): class
|
/aosp_15_r20/external/rust/android-crates-io/crates/pdl-compiler/scripts/ |
D | generate_cxx_backend.py | 1358 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:
|
D | generate_test_vectors.py | 593 def generate_struct_values(decl: ast.StructDeclaration) -> List[Packet]:
|