Searched refs:QAPISchemaType (Results 1 – 5 of 5) sorted by relevance
/openbmc/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]] = {} 379 ret_type: Optional[QAPISchemaType], argument
|
H A D | introspect.py | 39 QAPISchemaType, 181 self._used_types: List[QAPISchemaType] = [] 217 return not isinstance(entity, QAPISchemaType) 226 def _use_type(self, typ: QAPISchemaType) -> str: argument 330 element_type: QAPISchemaType) -> None: argument 364 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): 954 self.type: QAPISchemaType # set during check() [all …]
|
H A D | visit.py | 39 QAPISchemaType, 177 def gen_visit_list(name: str, element_type: QAPISchemaType) -> str: argument 387 element_type: QAPISchemaType) -> None: argument
|
H A D | types.py | 33 QAPISchemaType, 132 def gen_array(name: str, element_type: QAPISchemaType) -> str: argument 340 element_type: QAPISchemaType) -> None: argument
|