Searched refs:QAPISchemaType (Results 1 – 6 of 6) sorted by relevance
/qemu/scripts/qapi/ |
H A D | commands.py | 36 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 D | introspect.py | 40 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 D | schema.py | 206 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 D | visit.py | 35 QAPISchemaType, 173 def gen_visit_list(name: str, element_type: QAPISchemaType) -> str: argument 384 element_type: QAPISchemaType) -> None: argument
|
H A D | types.py | 29 QAPISchemaType, 128 def gen_array(name: str, element_type: QAPISchemaType) -> str: argument 339 element_type: QAPISchemaType) -> None: argument
|
/qemu/docs/sphinx/ |
H A D | qapidoc.py | 56 QAPISchemaType, 202 assert isinstance(qapi_type, QAPISchemaType)
|