Home
last modified time | relevance | path

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

/qemu/scripts/qapi/
H A Dcommands.py44 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 Dvisit.py173 def gen_visit_list(name: str, element_type: QAPISchemaType) -> str:
384 element_type: QAPISchemaType) -> None:
H A Dintrospect.py224 def _use_type(self, typ: QAPISchemaType) -> str:
328 element_type: QAPISchemaType) -> None:
362 ret_type: Optional[QAPISchemaType], gen: bool,
H A Dtypes.py128 def gen_array(name: str, element_type: QAPISchemaType) -> str:
339 element_type: QAPISchemaType) -> None:
H A Dschema.py206 element_type: QAPISchemaType,
250 ret_type: Optional[QAPISchemaType],
327 class QAPISchemaType(QAPISchemaDefinition, ABC): class