Searched refs:QAPISchemaObjectType (Results 1 – 7 of 7) 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 378 arg_type: Optional[QAPISchemaObjectType], argument
|
H A D | types.py | 31 QAPISchemaObjectType, 161 base: Optional[QAPISchemaObjectType], argument 171 if not isinstance(obj, QAPISchemaObjectType): 218 def gen_upcast(name: str, base: QAPISchemaObjectType) -> str: argument 351 base: Optional[QAPISchemaObjectType], argument
|
H A D | visit.py | 37 QAPISchemaObjectType, 65 base: Optional[QAPISchemaObjectType], argument 255 if isinstance(var.type, QAPISchemaObjectType): 397 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) 1010 self.arg_type: Optional[QAPISchemaObjectType] = None 1026 if not isinstance(arg_type, QAPISchemaObjectType): 1049 if not isinstance(typ, QAPISchemaObjectType): [all …]
|
H A D | introspect.py | 37 QAPISchemaObjectType, 363 arg_type: Optional[QAPISchemaObjectType], argument 382 arg_type: Optional[QAPISchemaObjectType], argument
|
H A D | gen.py | 37 QAPISchemaObjectType, 111 def build_params(arg_type: Optional[QAPISchemaObjectType], argument
|