Home
last modified time | relevance | path

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

/qemu/scripts/qapi/
H A Devents.py24 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 Dcommands.py35 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 Dtypes.py31 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 Dvisit.py37 QAPISchemaObjectType,
65 base: Optional[QAPISchemaObjectType], argument
255 if isinstance(var.type, QAPISchemaObjectType):
396 base: Optional[QAPISchemaObjectType], argument
H A Dschema.py216 base: Optional[QAPISchemaObjectType], argument
249 arg_type: Optional[QAPISchemaObjectType], argument
266 arg_type: Optional[QAPISchemaObjectType], argument
517 class QAPISchemaObjectType(QAPISchemaType): class
824 assert isinstance(v.type, QAPISchemaObjectType)
1009 self.arg_type: Optional[QAPISchemaObjectType] = None
1093 if not isinstance(typ, QAPISchemaObjectType):
1241 self.the_empty_object_type = QAPISchemaObjectType(
1305 assert(isinstance(typ, QAPISchemaObjectType))
1311 self._def_definition(QAPISchemaObjectType(
[all …]
H A Dintrospect.py37 QAPISchemaObjectType,
363 arg_type: Optional[QAPISchemaObjectType], argument
382 arg_type: Optional[QAPISchemaObjectType], argument
H A Dgen.py37 QAPISchemaObjectType,
111 def build_params(arg_type: Optional[QAPISchemaObjectType], argument