Home
last modified time | relevance | path

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

/openbmc/qemu/scripts/qapi/
H A Dgen.py157 class QAPIGenC(QAPIGenCCode): class
190 class QAPIGenH(QAPIGenC):
242 self._genc = QAPIGenC(self._prefix + self._what + '.c',
266 self._module: Dict[str, Tuple[QAPIGenC, QAPIGenH,
272 def _genc(self) -> QAPIGenC:
316 genc = QAPIGenC(basename + '.c', blurb, self._pydoc)
H A Dcommands.py25 QAPIGenC,
311 self._visited_ret_types: Dict[QAPIGenC, Set[QAPISchemaType]] = {}