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