Searched refs:QAPISchemaIfCond (Results 1 – 7 of 7) sorted by relevance
/qemu/scripts/qapi/ |
H A D | schema.py | 49 class QAPISchemaIfCond: class 123 ifcond: Optional[QAPISchemaIfCond] = None, argument 131 self._ifcond = ifcond or QAPISchemaIfCond() 156 def ifcond(self) -> QAPISchemaIfCond: 194 ifcond: QAPISchemaIfCond, argument 205 ifcond: QAPISchemaIfCond, argument 214 ifcond: QAPISchemaIfCond, argument 226 ifcond: QAPISchemaIfCond, argument 237 ifcond: QAPISchemaIfCond, argument 247 ifcond: QAPISchemaIfCond, argument [all …]
|
H A D | introspect.py | 37 QAPISchemaIfCond, 91 ifcond: QAPISchemaIfCond 255 ifcond: QAPISchemaIfCond = QAPISchemaIfCond(), argument 315 ifcond: QAPISchemaIfCond, argument 327 ifcond: QAPISchemaIfCond, argument 334 ifcond: QAPISchemaIfCond, argument 347 ifcond: QAPISchemaIfCond, argument 359 ifcond: QAPISchemaIfCond, argument 378 ifcond: QAPISchemaIfCond, argument
|
H A D | types.py | 26 QAPISchemaIfCond, 156 def gen_object(name: str, ifcond: QAPISchemaIfCond, argument 327 ifcond: QAPISchemaIfCond, argument 338 ifcond: QAPISchemaIfCond, argument 348 ifcond: QAPISchemaIfCond, argument 371 ifcond: QAPISchemaIfCond, argument
|
H A D | visit.py | 32 QAPISchemaIfCond, 372 ifcond: QAPISchemaIfCond, argument 383 ifcond: QAPISchemaIfCond, argument 392 ifcond: QAPISchemaIfCond, argument 414 ifcond: QAPISchemaIfCond, argument
|
H A D | gen.py | 36 QAPISchemaIfCond, 96 def _wrap_ifcond(ifcond: QAPISchemaIfCond, before: str, after: str) -> str: argument 139 self._start_if: Optional[Tuple[QAPISchemaIfCond, str, str]] = None 141 def start_if(self, ifcond: QAPISchemaIfCond) -> None: argument 208 def ifcontext(ifcond: QAPISchemaIfCond, *args: QAPIGenCCode) -> Iterator[None]: argument
|
H A D | events.py | 23 QAPISchemaIfCond, 232 ifcond: QAPISchemaIfCond, argument
|
H A D | commands.py | 34 QAPISchemaIfCond, 377 ifcond: QAPISchemaIfCond, argument
|