Home
last modified time | relevance | path

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

/qemu/include/qom/
H A Dobject.h175 #define DECLARE_INSTANCE_CHECKER(InstanceType, OBJ_NAME, TYPENAME) \ argument
177 OBJ_NAME(const void *obj) \
192 #define DECLARE_CLASS_CHECKERS(ClassType, OBJ_NAME, TYPENAME) \ argument
194 OBJ_NAME##_GET_CLASS(const void *obj) \
198 OBJ_NAME##_CLASS(const void *klass) \
214 #define DECLARE_OBJ_CHECKERS(InstanceType, ClassType, OBJ_NAME, TYPENAME) \ argument
215 DECLARE_INSTANCE_CHECKER(InstanceType, OBJ_NAME, TYPENAME) \
217 DECLARE_CLASS_CHECKERS(ClassType, OBJ_NAME, TYPENAME)