Searched refs:QAPISchemaObjectType (Results 1 – 4 of 4) sorted by relevance
| /openbmc/qemu/scripts/qapi/ |
| H A D | events.py | 24 QAPISchemaObjectType, 31 arg_type: Optional[QAPISchemaObjectType], argument 39 arg_type: Optional[QAPISchemaObjectType], argument 48 def gen_param_var(typ: QAPISchemaObjectType) -> str: argument 82 arg_type: Optional[QAPISchemaObjectType], argument 234 arg_type: Optional[QAPISchemaObjectType], argument
|
| H A D | types.py | 27 QAPISchemaObjectType, 157 base: Optional[QAPISchemaObjectType], argument 167 if not isinstance(obj, QAPISchemaObjectType): 214 def gen_upcast(name: str, base: QAPISchemaObjectType) -> str: argument 350 base: Optional[QAPISchemaObjectType], argument
|
| H A D | visit.py | 33 QAPISchemaObjectType, 61 base: Optional[QAPISchemaObjectType], argument 251 if isinstance(var.type, QAPISchemaObjectType): 394 base: Optional[QAPISchemaObjectType], argument
|
| /openbmc/qemu/docs/sphinx/ |
| H A D | qapidoc.py | 54 QAPISchemaObjectType, 321 if isinstance(ent, QAPISchemaObjectType): 336 if isinstance(ent, QAPISchemaObjectType) and ent.branches is not None:
|