Home
last modified time | relevance | path

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

/openbmc/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
379 arg_type: Optional[QAPISchemaObjectType], argument
H A Dtypes.py27 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 Dvisit.py33 QAPISchemaObjectType,
61 base: Optional[QAPISchemaObjectType], argument
251 if isinstance(var.type, QAPISchemaObjectType):
394 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
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 Dintrospect.py38 QAPISchemaObjectType,
361 arg_type: Optional[QAPISchemaObjectType], argument
380 arg_type: Optional[QAPISchemaObjectType], argument
H A Dgen.py38 QAPISchemaObjectType,
112 def build_params(arg_type: Optional[QAPISchemaObjectType], argument
/openbmc/qemu/docs/sphinx/
H A Dqapidoc.py54 QAPISchemaObjectType,
321 if isinstance(ent, QAPISchemaObjectType):
336 if isinstance(ent, QAPISchemaObjectType) and ent.branches is not None: