Searched defs:visit_enum_type (Results 1 – 6 of 6) sorted by relevance
/openbmc/qemu/scripts/qapi/ | ||
H A D | visit.py | 372 def visit_enum_type(self, member in QAPISchemaGenVisitVisitor |
H A D | types.py | 325 def visit_enum_type(self, member in QAPISchemaGenTypeVisitor |
H A D | introspect.py | 316 def visit_enum_type(self, name: str, info: Optional[QAPISourceInfo], member in QAPISchemaGenIntrospectVisitor |
H A D | schema.py | 190 def visit_enum_type( member in QAPISchemaVisitor |
/openbmc/qemu/tests/qapi-schema/ | ||
H A D | test-qapi.py | 33 def visit_enum_type(self, name, info, ifcond, features, members, prefix): member in QAPISchemaTestVisitor |
/openbmc/qemu/docs/sphinx/ | ||
H A D | qapidoc.py | 315 def visit_enum_type(self, name, info, ifcond, features, members, prefix): member in QAPISchemaGenRSTVisitor |