Searched defs:visit_include (Results 1 – 3 of 3) sorted by relevance
/openbmc/qemu/tests/qapi-schema/ | ||
H A D | test-qapi.py | 30 def visit_include(self, name, info): member in QAPISchemaTestVisitor |
/openbmc/qemu/scripts/qapi/ | ||
H A D | gen.py | 362 def visit_include(self, name: str, info: Optional[QAPISourceInfo]) -> None: member in QAPISchemaModularCVisitor |
H A D | schema.py | 182 def visit_include(self, name: str, info: Optional[QAPISourceInfo]) -> None: member in QAPISchemaVisitor |