Searched defs:visit_begin (Results 1 – 5 of 5) sorted by relevance
| /openbmc/qemu/scripts/qapi/ | ||
| H A D | features.py | 27 def visit_begin(self, schema: QAPISchema) -> None: member in QAPISchemaGenFeatureVisitor |
| H A D | commands.py | 346 def visit_begin(self, schema: QAPISchema) -> None: member in QAPISchemaGenCommandVisitor |
| H A D | types.py | 316 def visit_begin(self, schema: QAPISchema) -> None: member in QAPISchemaGenTypeVisitor |
| H A D | introspect.py | 188 def visit_begin(self, schema: QAPISchema) -> None: member in QAPISchemaGenIntrospectVisitor |
| H A D | schema.py | 168 def visit_begin(self, schema: QAPISchema) -> None: member in QAPISchemaVisitor |