Searched defs:QAPISchemaIfCond (Results 1 – 7 of 7) sorted by relevance
/openbmc/qemu/scripts/qapi/ |
H A D | introspect.py | 90 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 D | types.py | 160 def gen_object(name: str, ifcond: QAPISchemaIfCond, 328 ifcond: QAPISchemaIfCond, 339 ifcond: QAPISchemaIfCond, 349 ifcond: QAPISchemaIfCond, 372 ifcond: QAPISchemaIfCond,
|
H A D | visit.py | 375 ifcond: QAPISchemaIfCond, 386 ifcond: QAPISchemaIfCond, 395 ifcond: QAPISchemaIfCond, 417 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 | 95 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 D | events.py | 232 ifcond: QAPISchemaIfCond,
|
H A D | commands.py | 376 ifcond: QAPISchemaIfCond,
|