Lines Matching refs:QAPISchemaObjectType
216 base: Optional[QAPISchemaObjectType], argument
249 arg_type: Optional[QAPISchemaObjectType], argument
266 arg_type: Optional[QAPISchemaObjectType], argument
517 class QAPISchemaObjectType(QAPISchemaType): class
563 if (not isinstance(self.base, QAPISchemaObjectType)
808 if not isinstance(v.type, QAPISchemaObjectType):
825 assert isinstance(v.type, QAPISchemaObjectType)
1013 self.arg_type: Optional[QAPISchemaObjectType] = None
1029 if not isinstance(arg_type, QAPISchemaObjectType):
1052 if not isinstance(typ, QAPISchemaObjectType):
1089 self.arg_type: Optional[QAPISchemaObjectType] = None
1097 if not isinstance(typ, QAPISchemaObjectType):
1258 self.the_empty_object_type = QAPISchemaObjectType(
1328 assert isinstance(typ, QAPISchemaObjectType)
1333 self._def_definition(QAPISchemaObjectType(
1383 self._def_definition(QAPISchemaObjectType(
1420 QAPISchemaObjectType(name, info, expr.doc, ifcond, features,