Home
last modified time | relevance | path

Searched refs:need_has (Results 1 – 6 of 6) sorted by relevance

/qemu/scripts/qapi/
H A Dvisit.py73 if memb.optional and not memb.need_has():
95 if memb.need_has():
H A Devents.py63 if memb.need_has():
H A Dcommands.py70 if memb.need_has():
H A Dtypes.py143 if memb.need_has():
H A Dgen.py127 if memb.need_has():
H A Dschema.py961 def need_has(self) -> bool: member in QAPISchemaObjectTypeMember