Home
last modified time | relevance | path

Searched refs:QAPISchemaType (Results 1 – 5 of 5) sorted by relevance

/qemu/scripts/qapi/
H A Dcommands.py36 QAPISchemaType,
44 ret_type: Optional[QAPISchemaType], argument
58 ret_type: Optional[QAPISchemaType], argument
142 def gen_marshal_output(ret_type: QAPISchemaType) -> str: argument
191 ret_type: Optional[QAPISchemaType], argument
311 self._visited_ret_types: Dict[QAPIGenC, Set[QAPISchemaType]] = {}
379 ret_type: Optional[QAPISchemaType], argument
H A Dintrospect.py39 QAPISchemaType,
181 self._used_types: List[QAPISchemaType] = []
217 return not isinstance(entity, QAPISchemaType)
226 def _use_type(self, typ: QAPISchemaType) -> str: argument
330 element_type: QAPISchemaType) -> None: argument
364 ret_type: Optional[QAPISchemaType], gen: bool, argument
H A Dschema.py206 element_type: QAPISchemaType, argument
250 ret_type: Optional[QAPISchemaType], argument
327 class QAPISchemaType(QAPISchemaDefinition, ABC): class
380 class QAPISchemaBuiltinType(QAPISchemaType):
412 class QAPISchemaEnumType(QAPISchemaType):
463 class QAPISchemaArrayType(QAPISchemaType):
471 self.element_type: QAPISchemaType
517 class QAPISchemaObjectType(QAPISchemaType):
644 class QAPISchemaAlternateType(QAPISchemaType):
1174 if isinstance(typ, QAPISchemaType):
[all …]
H A Dvisit.py39 QAPISchemaType,
177 def gen_visit_list(name: str, element_type: QAPISchemaType) -> str: argument
386 element_type: QAPISchemaType) -> None: argument
H A Dtypes.py33 QAPISchemaType,
132 def gen_array(name: str, element_type: QAPISchemaType) -> str: argument
340 element_type: QAPISchemaType) -> None: argument