Home
last modified time | relevance | path

Searched refs:QAPISchemaType (Results 1 – 25 of 30) sorted by relevance

12

/dports/emulators/qemu60/qemu-6.0.0/scripts/qapi/
H A Dcommands.py35 QAPISchemaType,
43 ret_type: Optional[QAPISchemaType]) -> str: argument
55 ret_type: Optional[QAPISchemaType]) -> str: argument
91 def gen_marshal_output(ret_type: QAPISchemaType) -> str: argument
127 ret_type: Optional[QAPISchemaType]) -> str: argument
249 self._visited_ret_types: Dict[QAPIGenC, Set[QAPISchemaType]] = {}
307 ret_type: Optional[QAPISchemaType], argument
H A Dintrospect.py43 QAPISchemaType,
185 self._used_types: List[QAPISchemaType] = []
221 return not isinstance(entity, QAPISchemaType)
230 def _use_type(self, typ: QAPISchemaType) -> str: argument
320 element_type: QAPISchemaType) -> None: argument
354 ret_type: Optional[QAPISchemaType], gen: bool, argument
H A Dvisit.py34 QAPISchemaType,
158 def gen_visit_list(name: str, element_type: QAPISchemaType) -> str: argument
367 element_type: QAPISchemaType) -> None: argument
H A Dtypes.py32 QAPISchemaType,
114 def gen_array(name: str, element_type: QAPISchemaType) -> str: argument
322 element_type: QAPISchemaType) -> None: argument
H A Dschema.py195 class QAPISchemaType(QAPISchemaEntity): class
239 class QAPISchemaBuiltinType(QAPISchemaType):
272 class QAPISchemaEnumType(QAPISchemaType):
316 class QAPISchemaArrayType(QAPISchemaType):
365 class QAPISchemaObjectType(QAPISchemaType):
444 if isinstance(self._ifcond, QAPISchemaType):
483 class QAPISchemaAlternateType(QAPISchemaType):
893 return self.lookup_entity(name, QAPISchemaType)
/dports/emulators/qemu5/qemu-5.2.0/scripts/qapi/
H A Dcommands.py35 QAPISchemaType,
43 ret_type: Optional[QAPISchemaType]) -> str: argument
55 ret_type: Optional[QAPISchemaType]) -> str: argument
91 def gen_marshal_output(ret_type: QAPISchemaType) -> str: argument
127 ret_type: Optional[QAPISchemaType]) -> str: argument
259 self._visited_ret_types: Dict[QAPIGenC, Set[QAPISchemaType]] = {}
307 ret_type: Optional[QAPISchemaType], argument
H A Dvisit.py34 QAPISchemaType,
143 def gen_visit_list(name: str, element_type: QAPISchemaType) -> str: argument
352 element_type: QAPISchemaType) -> None: argument
H A Dtypes.py32 QAPISchemaType,
114 def gen_array(name: str, element_type: QAPISchemaType) -> str: argument
322 element_type: QAPISchemaType) -> None: argument
H A Dschema.py164 class QAPISchemaType(QAPISchemaEntity): class
208 class QAPISchemaBuiltinType(QAPISchemaType):
241 class QAPISchemaEnumType(QAPISchemaType):
285 class QAPISchemaArrayType(QAPISchemaType):
334 class QAPISchemaObjectType(QAPISchemaType):
413 if isinstance(self._ifcond, QAPISchemaType):
452 class QAPISchemaAlternateType(QAPISchemaType):
862 return self.lookup_entity(name, QAPISchemaType)
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/scripts/qapi/
H A Dcommands.py35 QAPISchemaType,
43 ret_type: Optional[QAPISchemaType]) -> str: argument
55 ret_type: Optional[QAPISchemaType]) -> str: argument
91 def gen_marshal_output(ret_type: QAPISchemaType) -> str: argument
127 ret_type: Optional[QAPISchemaType]) -> str: argument
249 self._visited_ret_types: Dict[QAPIGenC, Set[QAPISchemaType]] = {}
307 ret_type: Optional[QAPISchemaType], argument
H A Dintrospect.py37 QAPISchemaType,
179 self._used_types: List[QAPISchemaType] = []
215 return not isinstance(entity, QAPISchemaType)
224 def _use_type(self, typ: QAPISchemaType) -> str: argument
314 element_type: QAPISchemaType) -> None: argument
348 ret_type: Optional[QAPISchemaType], gen: bool, argument
H A Dvisit.py33 QAPISchemaType,
157 def gen_visit_list(name: str, element_type: QAPISchemaType) -> str: argument
366 element_type: QAPISchemaType) -> None: argument
H A Dtypes.py27 QAPISchemaType,
109 def gen_array(name: str, element_type: QAPISchemaType) -> str: argument
317 element_type: QAPISchemaType) -> None: argument
H A Dschema.py222 class QAPISchemaType(QAPISchemaEntity): class
266 class QAPISchemaBuiltinType(QAPISchemaType):
299 class QAPISchemaEnumType(QAPISchemaType):
343 class QAPISchemaArrayType(QAPISchemaType):
392 class QAPISchemaObjectType(QAPISchemaType):
500 class QAPISchemaAlternateType(QAPISchemaType):
908 return self.lookup_entity(name, QAPISchemaType)
/dports/emulators/qemu/qemu-6.2.0/scripts/qapi/
H A Dcommands.py36 QAPISchemaType,
44 ret_type: Optional[QAPISchemaType]) -> str: argument
56 ret_type: Optional[QAPISchemaType]) -> str: argument
92 def gen_marshal_output(ret_type: QAPISchemaType) -> str: argument
128 ret_type: Optional[QAPISchemaType]) -> str: argument
245 self._visited_ret_types: Dict[QAPIGenC, Set[QAPISchemaType]] = {}
303 ret_type: Optional[QAPISchemaType], argument
H A Dintrospect.py37 QAPISchemaType,
180 self._used_types: List[QAPISchemaType] = []
216 return not isinstance(entity, QAPISchemaType)
225 def _use_type(self, typ: QAPISchemaType) -> str: argument
325 element_type: QAPISchemaType) -> None: argument
359 ret_type: Optional[QAPISchemaType], gen: bool, argument
H A Dvisit.py33 QAPISchemaType,
157 def gen_visit_list(name: str, element_type: QAPISchemaType) -> str: argument
366 element_type: QAPISchemaType) -> None: argument
H A Dtypes.py27 QAPISchemaType,
126 def gen_array(name: str, element_type: QAPISchemaType) -> str: argument
334 element_type: QAPISchemaType) -> None: argument
/dports/emulators/qemu42/qemu-4.2.1/scripts/qapi/
H A Dschema.py149 class QAPISchemaType(QAPISchemaEntity): class
187 class QAPISchemaBuiltinType(QAPISchemaType):
216 QAPISchemaType.visit(self, visitor)
220 class QAPISchemaEnumType(QAPISchemaType):
233 QAPISchemaType.check(self, schema)
258 QAPISchemaType.visit(self, visitor)
263 class QAPISchemaArrayType(QAPISchemaType):
273 QAPISchemaType.check(self, schema)
305 QAPISchemaType.visit(self, visitor)
347 QAPISchemaType.check(self, schema)
[all …]
H A Dintrospect.py18 QAPISchemaType)
121 return not isinstance(entity, QAPISchemaType)
/dports/emulators/qemu-utils/qemu-4.2.1/scripts/qapi/
H A Dschema.py149 class QAPISchemaType(QAPISchemaEntity): class
187 class QAPISchemaBuiltinType(QAPISchemaType):
216 QAPISchemaType.visit(self, visitor)
220 class QAPISchemaEnumType(QAPISchemaType):
233 QAPISchemaType.check(self, schema)
258 QAPISchemaType.visit(self, visitor)
263 class QAPISchemaArrayType(QAPISchemaType):
273 QAPISchemaType.check(self, schema)
305 QAPISchemaType.visit(self, visitor)
347 QAPISchemaType.check(self, schema)
[all …]
H A Dintrospect.py18 QAPISchemaType)
121 return not isinstance(entity, QAPISchemaType)
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/scripts/qapi/
H A Dcommon.py1099 class QAPISchemaType(QAPISchemaEntity): class
1133 class QAPISchemaBuiltinType(QAPISchemaType):
1163 class QAPISchemaEnumType(QAPISchemaType):
1174 QAPISchemaType.check(self, schema)
1199 class QAPISchemaArrayType(QAPISchemaType):
1207 QAPISchemaType.check(self, schema)
1233 class QAPISchemaObjectType(QAPISchemaType):
1254 QAPISchemaType.check(self, schema)
1299 return QAPISchemaType.c_name(self)
1435 class QAPISchemaAlternateType(QAPISchemaType):
[all …]
/dports/emulators/qemu-guest-agent/qemu-5.0.1/scripts/qapi/
H A Dschema.py163 class QAPISchemaType(QAPISchemaEntity): class
207 class QAPISchemaBuiltinType(QAPISchemaType):
240 class QAPISchemaEnumType(QAPISchemaType):
284 class QAPISchemaArrayType(QAPISchemaType):
333 class QAPISchemaObjectType(QAPISchemaType):
412 if isinstance(self._ifcond, QAPISchemaType):
451 class QAPISchemaAlternateType(QAPISchemaType):
858 return self.lookup_entity(name, QAPISchemaType)
/dports/emulators/qemu-cheri/qemu-0a323821042c36e21ea80e58b9545dfc3b0cb8ef/scripts/qapi/
H A Dschema.py163 class QAPISchemaType(QAPISchemaEntity): class
207 class QAPISchemaBuiltinType(QAPISchemaType):
240 class QAPISchemaEnumType(QAPISchemaType):
284 class QAPISchemaArrayType(QAPISchemaType):
333 class QAPISchemaObjectType(QAPISchemaType):
412 if isinstance(self._ifcond, QAPISchemaType):
451 class QAPISchemaAlternateType(QAPISchemaType):
858 return self.lookup_entity(name, QAPISchemaType)

12