Home
last modified time | relevance | path

Searched defs:visit_begin (Results 1 – 5 of 5) sorted by relevance

/openbmc/qemu/scripts/qapi/
H A Dfeatures.py27 def visit_begin(self, schema: QAPISchema) -> None: member in QAPISchemaGenFeatureVisitor
H A Dcommands.py346 def visit_begin(self, schema: QAPISchema) -> None: member in QAPISchemaGenCommandVisitor
H A Dtypes.py316 def visit_begin(self, schema: QAPISchema) -> None: member in QAPISchemaGenTypeVisitor
H A Dintrospect.py188 def visit_begin(self, schema: QAPISchema) -> None: member in QAPISchemaGenIntrospectVisitor
H A Dschema.py168 def visit_begin(self, schema: QAPISchema) -> None: member in QAPISchemaVisitor