Searched refs:gen_object (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/scripts/qapi/ |
H A D | types.py | 160 def gen_object(name: str, ifcond: QAPISchemaIfCond, function 173 ret += gen_object(obj.name, obj.ifcond, obj.base, 359 self._genh.add(gen_object(name, ifcond, base, members, branches)) 377 self._genh.add(gen_object(name, ifcond, None,
|