Home
last modified time | relevance | path

Searched refs:QAPISchemaType (Results 1 – 6 of 6) 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]] = {}
380 ret_type: Optional[QAPISchemaType], argument
H A Dintrospect.py40 QAPISchemaType,
179 self._used_types: List[QAPISchemaType] = []
215 return not isinstance(entity, QAPISchemaType)
224 def _use_type(self, typ: QAPISchemaType) -> str: argument
328 element_type: QAPISchemaType) -> None: argument
362 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):
957 self.type: QAPISchemaType # set during check()
[all …]
H A Dvisit.py35 QAPISchemaType,
173 def gen_visit_list(name: str, element_type: QAPISchemaType) -> str: argument
384 element_type: QAPISchemaType) -> None: argument
H A Dtypes.py29 QAPISchemaType,
128 def gen_array(name: str, element_type: QAPISchemaType) -> str: argument
339 element_type: QAPISchemaType) -> None: argument
/qemu/docs/sphinx/
H A Dqapidoc.py56 QAPISchemaType,
202 assert isinstance(qapi_type, QAPISchemaType)