Home
last modified time | relevance | path

Searched refs:get_unconstrained_parent_fields (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/pdl-compiler/scripts/
Dgenerate_cxx_backend.py864 fields = core.get_unconstrained_parent_fields(decl) + decl.fields
1052 fields = core.get_unconstrained_parent_fields(decl) + decl.fields
1136 fields = core.get_unconstrained_parent_fields(packet) + packet.fields
1247 parent_fields = core.get_unconstrained_parent_fields(packet)
1364 inherited_fields = core.get_unconstrained_parent_fields(struct)
1418 fields = core.get_unconstrained_parent_fields(struct.parent) + struct.parent.fields
1463 fields = core.get_unconstrained_parent_fields(packet) + packet.fields
Dgenerate_cxx_backend_tests.py179 fields = core.get_unconstrained_parent_fields(decl) + decl.fields
/aosp_15_r20/external/rust/android-crates-io/crates/pdl-compiler/scripts/pdl/
Dcore.py321 def get_unconstrained_parent_fields(decl: Union[PacketDeclaration, StructDeclaration]) -> List[Fiel… function