Home
last modified time | relevance | path

Searched refs:QAPIGenC (Results 1 – 2 of 2) sorted by relevance

/qemu/scripts/qapi/
H A Dgen.py158 class QAPIGenC(QAPIGenCCode): class
191 class QAPIGenH(QAPIGenC):
243 self._genc = QAPIGenC(self._prefix + self._what + '.c',
267 self._module: Dict[str, Tuple[QAPIGenC, QAPIGenH,
273 def _genc(self) -> QAPIGenC:
317 genc = QAPIGenC(basename + '.c', blurb, self._pydoc)
H A Dcommands.py25 QAPIGenC,
311 self._visited_ret_types: Dict[QAPIGenC, Set[QAPISchemaType]] = {}