Home
last modified time | relevance | path

Searched defs:QAPISchemaIfCond (Results 1 – 7 of 7) sorted by relevance

/qemu/scripts/qapi/
H A Dintrospect.py255 ifcond: QAPISchemaIfCond = QAPISchemaIfCond(),
315 ifcond: QAPISchemaIfCond,
327 ifcond: QAPISchemaIfCond,
334 ifcond: QAPISchemaIfCond,
347 ifcond: QAPISchemaIfCond,
359 ifcond: QAPISchemaIfCond,
378 ifcond: QAPISchemaIfCond,
H A Dtypes.py156 def gen_object(name: str, ifcond: QAPISchemaIfCond,
327 ifcond: QAPISchemaIfCond,
338 ifcond: QAPISchemaIfCond,
348 ifcond: QAPISchemaIfCond,
371 ifcond: QAPISchemaIfCond,
H A Dvisit.py372 ifcond: QAPISchemaIfCond,
383 ifcond: QAPISchemaIfCond,
392 ifcond: QAPISchemaIfCond,
414 ifcond: QAPISchemaIfCond,
H A Dschema.py49 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 Dgen.py96 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 Devents.py232 ifcond: QAPISchemaIfCond,
H A Dcommands.py377 ifcond: QAPISchemaIfCond,