Searched defs:QAPISchemaType (Results 1 – 5 of 5) sorted by relevance
/openbmc/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], 379 ret_type: Optional[QAPISchemaType],
|
H A D | visit.py | 177 def gen_visit_list(name: str, element_type: QAPISchemaType) -> str: 387 element_type: QAPISchemaType) -> None:
|
H A D | introspect.py | 226 def _use_type(self, typ: QAPISchemaType) -> str: 330 element_type: QAPISchemaType) -> None: 364 ret_type: Optional[QAPISchemaType], gen: bool,
|
H A D | types.py | 132 def gen_array(name: str, element_type: QAPISchemaType) -> str: 340 element_type: QAPISchemaType) -> None:
|
H A D | schema.py | 206 element_type: QAPISchemaType, 250 ret_type: Optional[QAPISchemaType], 327 class QAPISchemaType(QAPISchemaDefinition, ABC): class
|