Searched defs:QAPISchemaObjectType (Results 1 – 7 of 7) sorted by relevance
/qemu/scripts/qapi/ |
H A D | events.py | 31 arg_type: Optional[QAPISchemaObjectType], 39 arg_type: Optional[QAPISchemaObjectType], 48 def gen_param_var(typ: QAPISchemaObjectType) -> str: 82 arg_type: Optional[QAPISchemaObjectType], 234 arg_type: Optional[QAPISchemaObjectType],
|
H A D | commands.py | 42 arg_type: Optional[QAPISchemaObjectType], 56 arg_type: Optional[QAPISchemaObjectType], 189 arg_type: Optional[QAPISchemaObjectType], 379 arg_type: Optional[QAPISchemaObjectType],
|
H A D | types.py | 157 base: Optional[QAPISchemaObjectType], 214 def gen_upcast(name: str, base: QAPISchemaObjectType) -> str: 350 base: Optional[QAPISchemaObjectType],
|
H A D | visit.py | 61 base: Optional[QAPISchemaObjectType], 394 base: Optional[QAPISchemaObjectType],
|
H A D | introspect.py | 361 arg_type: Optional[QAPISchemaObjectType], 380 arg_type: Optional[QAPISchemaObjectType],
|
H A D | gen.py | 112 def build_params(arg_type: Optional[QAPISchemaObjectType],
|
H A D | schema.py | 216 base: Optional[QAPISchemaObjectType], 249 arg_type: Optional[QAPISchemaObjectType], 266 arg_type: Optional[QAPISchemaObjectType], 517 class QAPISchemaObjectType(QAPISchemaType): class
|