Home
last modified time | relevance | path

Searched refs:get_parent_constraints (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/pdl-compiler/scripts/pdl/
Dcore.py341 def get_parent_constraints(decl: Union[PacketDeclaration, StructDeclaration]) -> List[Constraint]: function
343 parent_constraints = get_parent_constraints(decl.parent) if decl.parent else []
/aosp_15_r20/external/rust/android-crates-io/crates/pdl-compiler/scripts/
Dgenerate_cxx_backend.py931 constraints = core.get_parent_constraints(packet)
1196 for c in core.get_parent_constraints(packet):