Lines Matching defs:QAPISchema
92 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:
662 def check(self, schema: QAPISchema) -> None:
735 self, schema: QAPISchema, seen: Dict[str, QAPISchemaMember]
750 self, schema: QAPISchema, seen: Dict[str, QAPISchemaMember]
838 self, schema: QAPISchema, seen: Dict[str, QAPISchemaMember]
964 def check(self, schema: QAPISchema) -> None:
1023 def check(self, schema: QAPISchema) -> None:
1095 def check(self, schema: QAPISchema) -> None:
1131 class QAPISchema: class