Home
last modified time | relevance | path

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

/qemu/include/qom/
H A Dobject.h176 #define DECLARE_INSTANCE_CHECKER(InstanceType, OBJ_NAME, TYPENAME) \ argument
177 static inline G_GNUC_UNUSED InstanceType * \
179 { return OBJECT_CHECK(InstanceType, obj, TYPENAME); }
215 #define DECLARE_OBJ_CHECKERS(InstanceType, ClassType, OBJ_NAME, TYPENAME) \ argument
216 DECLARE_INSTANCE_CHECKER(InstanceType, OBJ_NAME, TYPENAME) \
234 #define OBJECT_DECLARE_TYPE(InstanceType, ClassType, MODULE_OBJ_NAME) \ argument
235 typedef struct InstanceType InstanceType; \
238 G_DEFINE_AUTOPTR_CLEANUP_FUNC(InstanceType, object_unref) \
240 DECLARE_OBJ_CHECKERS(InstanceType, ClassType, \
254 #define OBJECT_DECLARE_SIMPLE_TYPE(InstanceType, MODULE_OBJ_NAME) \ argument
[all …]