Home
last modified time | relevance | path

Searched refs:QAPISchemaObjectType (Results 1 – 4 of 4) 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 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
/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: