Home
last modified time | relevance | path

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

/openbmc/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],
379 ret_type: Optional[QAPISchemaType],
H A Dvisit.py177 def gen_visit_list(name: str, element_type: QAPISchemaType) -> str:
387 element_type: QAPISchemaType) -> None:
H A Dintrospect.py226 def _use_type(self, typ: QAPISchemaType) -> str:
330 element_type: QAPISchemaType) -> None:
364 ret_type: Optional[QAPISchemaType], gen: bool,
H A Dtypes.py132 def gen_array(name: str, element_type: QAPISchemaType) -> str:
340 element_type: QAPISchemaType) -> None:
H A Dschema.py206 element_type: QAPISchemaType,
250 ret_type: Optional[QAPISchemaType],
327 class QAPISchemaType(QAPISchemaDefinition, ABC): class