Home
last modified time | relevance | path

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

/xnu-11215/libkern/libkern/c++/
H A DOSMetaClass.h376 #define OSTypeIDInst(typeinst) ((typeinst)->getMetaClass()) argument
453 #define OSCheckTypeInst(typeinst, inst) \ argument
454 OSMetaClassBase::checkTypeInst(inst, typeinst)
863 const OSMetaClassBase * typeinst);
/xnu-11215/libkern/c++/
H A DOSMetaClass.cpp328 const OSMetaClassBase * typeinst) in checkTypeInst() argument
330 const OSMetaClass * toType = OSTypeIDInst(typeinst); in checkTypeInst()
331 return typeinst && inst && (NULL != inst->metaCast(toType)); in checkTypeInst()