Home
last modified time | relevance | path

Searched defs:QAPISchemaObjectType (Results 1 – 7 of 7) sorted by relevance

/qemu/scripts/qapi/
H A Devents.py31 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 Dcommands.py42 arg_type: Optional[QAPISchemaObjectType],
56 arg_type: Optional[QAPISchemaObjectType],
189 arg_type: Optional[QAPISchemaObjectType],
379 arg_type: Optional[QAPISchemaObjectType],
H A Dtypes.py157 base: Optional[QAPISchemaObjectType],
214 def gen_upcast(name: str, base: QAPISchemaObjectType) -> str:
350 base: Optional[QAPISchemaObjectType],
H A Dvisit.py61 base: Optional[QAPISchemaObjectType],
394 base: Optional[QAPISchemaObjectType],
H A Dintrospect.py361 arg_type: Optional[QAPISchemaObjectType],
380 arg_type: Optional[QAPISchemaObjectType],
H A Dgen.py112 def build_params(arg_type: Optional[QAPISchemaObjectType],
H A Dschema.py216 base: Optional[QAPISchemaObjectType],
249 arg_type: Optional[QAPISchemaObjectType],
266 arg_type: Optional[QAPISchemaObjectType],
517 class QAPISchemaObjectType(QAPISchemaType): class