Searched defs:visit_event (Results 1 – 5 of 5) sorted by relevance
/openbmc/qemu/scripts/qapi/ | ||
H A D | events.py | 229 def visit_event(self, member in QAPISchemaGenEventVisitor |
H A D | introspect.py | 379 def visit_event(self, name: str, info: Optional[QAPISourceInfo], member in QAPISchemaGenIntrospectVisitor |
H A D | schema.py | 260 def visit_event( member in QAPISchemaVisitor |
/openbmc/qemu/tests/qapi-schema/ | ||
H A D | test-qapi.py | 83 def visit_event(self, name, info, ifcond, features, arg_type, boxed): member in QAPISchemaTestVisitor |
/openbmc/qemu/docs/sphinx/ | ||
H A D | qapidoc.py | 353 def visit_event(self, name, info, ifcond, features, arg_type, boxed): member in QAPISchemaGenRSTVisitor |