Searched defs:QAPISchemaType (Results 1 – 5 of 5) sorted by relevance
/qemu/scripts/qapi/ |
H A D | commands.py | 44 ret_type: Optional[QAPISchemaType], 58 ret_type: Optional[QAPISchemaType], 142 def gen_marshal_output(ret_type: QAPISchemaType) -> str: 191 ret_type: Optional[QAPISchemaType], 380 ret_type: Optional[QAPISchemaType],
|
H A D | visit.py | 173 def gen_visit_list(name: str, element_type: QAPISchemaType) -> str: 384 element_type: QAPISchemaType) -> None:
|
H A D | introspect.py | 224 def _use_type(self, typ: QAPISchemaType) -> str: 328 element_type: QAPISchemaType) -> None: 362 ret_type: Optional[QAPISchemaType], gen: bool,
|
H A D | types.py | 128 def gen_array(name: str, element_type: QAPISchemaType) -> str: 339 element_type: QAPISchemaType) -> None:
|
H A D | schema.py | 206 element_type: QAPISchemaType, 250 ret_type: Optional[QAPISchemaType], 327 class QAPISchemaType(QAPISchemaDefinition, ABC): class
|