Home
last modified time | relevance | path

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

/openbmc/qemu/scripts/qapi/
H A Dintrospect.py90 def __init__(self, value: _ValueT, ifcond: QAPISchemaIfCond,
257 ifcond: QAPISchemaIfCond = QAPISchemaIfCond(),
317 ifcond: QAPISchemaIfCond,
329 ifcond: QAPISchemaIfCond,
336 ifcond: QAPISchemaIfCond,
349 ifcond: QAPISchemaIfCond,
361 ifcond: QAPISchemaIfCond,
380 ifcond: QAPISchemaIfCond,
H A Dtypes.py160 def gen_object(name: str, ifcond: QAPISchemaIfCond,
328 ifcond: QAPISchemaIfCond,
339 ifcond: QAPISchemaIfCond,
349 ifcond: QAPISchemaIfCond,
372 ifcond: QAPISchemaIfCond,
H A Dvisit.py375 ifcond: QAPISchemaIfCond,
386 ifcond: QAPISchemaIfCond,
395 ifcond: QAPISchemaIfCond,
417 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.py95 def _wrap_ifcond(ifcond: QAPISchemaIfCond, before: str, after: str) -> str:
140 def start_if(self, ifcond: QAPISchemaIfCond) -> None:
207 def ifcontext(ifcond: QAPISchemaIfCond, *args: QAPIGenCCode) -> Iterator[None]:
H A Devents.py232 ifcond: QAPISchemaIfCond,
H A Dcommands.py376 ifcond: QAPISchemaIfCond,