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):
1137 self._entity_list: List[QAPISchemaEntity] = []
1149 def _def_entity(self, ent: QAPISchemaEntity) -> None: argument
1169 def lookup_entity(self,name: str) -> Optional[QAPISchemaEntity]:
H A Dintrospect.py33 QAPISchemaEntity,
215 def visit_needed(self, entity: QAPISchemaEntity) -> bool: argument