Searched refs:typeinst (Results 1 – 2 of 2) sorted by relevance
376 #define OSTypeIDInst(typeinst) ((typeinst)->getMetaClass()) argument453 #define OSCheckTypeInst(typeinst, inst) \ argument454 OSMetaClassBase::checkTypeInst(inst, typeinst)863 const OSMetaClassBase * typeinst);
328 const OSMetaClassBase * typeinst) in checkTypeInst() argument330 const OSMetaClass * toType = OSTypeIDInst(typeinst); in checkTypeInst()331 return typeinst && inst && (NULL != inst->metaCast(toType)); in checkTypeInst()