Home
last modified time | relevance | path

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

/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):
1141 self._entity_list: List[QAPISchemaEntity] = []
1166 def _def_entity(self, ent: QAPISchemaEntity) -> None: argument
1186 def lookup_entity(self, name: str) -> Optional[QAPISchemaEntity]:
H A Dintrospect.py34 QAPISchemaEntity,
213 def visit_needed(self, entity: QAPISchemaEntity) -> bool: argument