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