Home
last modified time | relevance | path

Searched defs:QAPISchema (Results 1 – 6 of 6) sorted by relevance

/openbmc/qemu/scripts/qapi/
H A Dschema.py92 def check(self, schema: QAPISchema) -> None:
100 self, schema: QAPISchema, info: Optional[QAPISourceInfo]
107 def set_module(self, schema: QAPISchema) -> None:
141 def check(self, schema: QAPISchema) -> None:
168 def visit_begin(self, schema: QAPISchema) -> None:
368 def check(self, schema: QAPISchema) -> None:
431 def check(self, schema: QAPISchema) -> None:
478 def check(self, schema: QAPISchema) -> None:
485 def set_module(self, schema: QAPISchema) -> None:
544 def check(self, schema: QAPISchema) -> None:
[all …]
H A Dcommands.py346 def visit_begin(self, schema: QAPISchema) -> None:
413 def gen_commands(schema: QAPISchema,
H A Dtypes.py317 def visit_begin(self, schema: QAPISchema) -> None:
383 def gen_types(schema: QAPISchema,
H A Dintrospect.py190 def visit_begin(self, schema: QAPISchema) -> None:
391 def gen_introspect(schema: QAPISchema, output_dir: str, prefix: str,
H A Devents.py246 def gen_events(schema: QAPISchema,
H A Dvisit.py425 def gen_visit(schema: QAPISchema,