Searched refs:QAPISchemaObjectType (Results 1 – 8 of 8) 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 | commands.py | 35 QAPISchemaObjectType, 42 arg_type: Optional[QAPISchemaObjectType], argument 56 arg_type: Optional[QAPISchemaObjectType], argument 189 arg_type: Optional[QAPISchemaObjectType], argument 379 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
|
| H A D | schema.py | 216 base: Optional[QAPISchemaObjectType], argument 249 arg_type: Optional[QAPISchemaObjectType], argument 266 arg_type: Optional[QAPISchemaObjectType], argument 517 class QAPISchemaObjectType(QAPISchemaType): class 563 if (not isinstance(self.base, QAPISchemaObjectType) 808 if not isinstance(v.type, QAPISchemaObjectType): 825 assert isinstance(v.type, QAPISchemaObjectType) 1013 self.arg_type: Optional[QAPISchemaObjectType] = None 1029 if not isinstance(arg_type, QAPISchemaObjectType): 1052 if not isinstance(typ, QAPISchemaObjectType): [all …]
|
| H A D | introspect.py | 38 QAPISchemaObjectType, 361 arg_type: Optional[QAPISchemaObjectType], argument 380 arg_type: Optional[QAPISchemaObjectType], argument
|
| H A D | gen.py | 38 QAPISchemaObjectType, 112 def build_params(arg_type: 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:
|