Searched refs:OSMetaClassBase (Results 1 – 2 of 2) sorted by relevance
14 ((type *) OSMetaClassBase::safeMetaCast((inst), OSTypeID(type)))16 ((type *) OSMetaClassBase::requiredMetaCast((inst), OSTypeID(type)))27 struct OSMetaClassBase { struct28 static OSMetaClassBase *safeMetaCast(const OSMetaClassBase *inst,30 static OSMetaClassBase *requiredMetaCast(const OSMetaClassBase *inst,33 OSMetaClassBase *metaCast(const char *toMeta);42 virtual ~OSMetaClassBase(){}; in ~OSMetaClassBase() argument47 typedef kern_return_t (*OSDispatchMethod)(OSMetaClassBase *self,50 struct OSObject : public OSMetaClassBase {67 struct OSMetaClass : public OSMetaClassBase {
64 bool test_meta_cast_no_leak(OSMetaClassBase *arg) { in test_meta_cast_no_leak()