Home
last modified time | relevance | path

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

/qemu/rust/qemu-api/src/
H A Dirq.rs96 assert!(!slice.is_empty()); in slice_as_ptr()
H A Dqdev.rs179 if !prop.is_empty() { in class_init()
/qemu/scripts/qapi/
H A Devents.py93 have_args = boxed or (arg_type and not arg_type.is_empty())
H A Dcommands.py194 have_args = boxed or (arg_type and not arg_type.is_empty())
H A Dtypes.py201 if (not base or base.is_empty()) and not members and not variants:
H A Dschema.py614 def is_empty(self) -> bool: member in QAPISchemaObjectType