Searched refs:toType (Results 1 - 1 of 1) sorted by relevance

/xnu-2782.1.97/libkern/c++/
H A DOSMetaClass.cpp165 const OSMetaClass * toType)
167 return (me)? me->metaCast(toType) : 0;
177 const OSMetaClass * toType = OSTypeIDInst(typeinst); local
178 return typeinst && inst && (0 != inst->metaCast(toType));
163 safeMetaCast( const OSMetaClassBase * me, const OSMetaClass * toType) argument

Completed in 73 milliseconds