Home
last modified time | relevance | path

Searched refs:QAPISchemaModularCVisitor (Results 1 – 5 of 5) sorted by relevance

/openbmc/qemu/scripts/qapi/
H A Devents.py18 from .gen import QAPISchemaModularCVisitor, build_params, ifcontext
176 class QAPISchemaGenEventVisitor(QAPISchemaModularCVisitor):
H A Dvisit.py25 QAPISchemaModularCVisitor,
337 class QAPISchemaGenVisitVisitor(QAPISchemaModularCVisitor):
H A Dcommands.py26 QAPISchemaModularCVisitor,
305 class QAPISchemaGenCommandVisitor(QAPISchemaModularCVisitor):
H A Dtypes.py20 QAPISchemaModularCVisitor,
285 class QAPISchemaGenTypeVisitor(QAPISchemaModularCVisitor):
H A Dgen.py252 class QAPISchemaModularCVisitor(QAPISchemaVisitor): class