Home
last modified time | relevance | path

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

/qemu/include/qom/
H A Dobject.h176 #define DECLARE_INSTANCE_CHECKER(InstanceType, OBJ_NAME, TYPENAME) \ argument
178 OBJ_NAME(const void *obj) \
193 #define DECLARE_CLASS_CHECKERS(ClassType, OBJ_NAME, TYPENAME) \ argument
195 OBJ_NAME##_GET_CLASS(const void *obj) \
199 OBJ_NAME##_CLASS(const void *klass) \
215 #define DECLARE_OBJ_CHECKERS(InstanceType, ClassType, OBJ_NAME, TYPENAME) \ argument
216 DECLARE_INSTANCE_CHECKER(InstanceType, OBJ_NAME, TYPENAME) \
218 DECLARE_CLASS_CHECKERS(ClassType, OBJ_NAME, TYPENAME)