Home
last modified time | relevance | path

Searched refs:QAPISchemaEntity (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/scripts/qapi/
H A Dschema.py72 class QAPISchemaEntity: class
115 class QAPISchemaDefinition(QAPISchemaEntity):
177 def visit_needed(self, entity: QAPISchemaEntity) -> bool: argument
278 self._entity_list: List[QAPISchemaEntity] = []
307 def add_entity(self, ent: QAPISchemaEntity) -> None: argument
317 class QAPISchemaInclude(QAPISchemaEntity):
1138 self._entity_list: List[QAPISchemaEntity] = []
1150 def _def_entity(self, ent: QAPISchemaEntity) -> None: argument
1170 def lookup_entity(self, name: str) -> Optional[QAPISchemaEntity]:
H A Dintrospect.py33 QAPISchemaEntity,
215 def visit_needed(self, entity: QAPISchemaEntity) -> bool: argument