Home
last modified time | relevance | path

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

/qemu/scripts/qapi/
H A Dschema.py49 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 Dintrospect.py37 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 Dtypes.py26 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 Dvisit.py32 QAPISchemaIfCond,
372 ifcond: QAPISchemaIfCond, argument
383 ifcond: QAPISchemaIfCond, argument
392 ifcond: QAPISchemaIfCond, argument
414 ifcond: QAPISchemaIfCond, argument
H A Dgen.py36 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 Devents.py23 QAPISchemaIfCond,
232 ifcond: QAPISchemaIfCond, argument
H A Dcommands.py34 QAPISchemaIfCond,
377 ifcond: QAPISchemaIfCond, argument