Home
last modified time | relevance | path

Searched refs:ABSTRACT (Results 1 – 3 of 3) sorted by relevance

/qemu/rust/qemu-api/tests/
H A Dtests.rs65 const ABSTRACT: bool = false; constant
99 const ABSTRACT: bool = false; constant
/qemu/include/qom/
H A Dobject.h279 ABSTRACT, CLASS_SIZE, ...) \ argument
296 .abstract = ABSTRACT, \
332 ABSTRACT, ...) \ argument
335 ABSTRACT, sizeof(ModuleObjName##Class), \
/qemu/rust/qemu-api/src/
H A Dqom.rs474 const ABSTRACT: bool = false; constant
511 abstract_: Self::ABSTRACT,