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

/darwin-on-arm/xnu/libkern/c++/
H A DOSKext.cpp9573 const OSMetaClass * myTypeID; local
9585 myTypeID = OSTypeIDInst(theObject);
9587 if ( myTypeID == OSTypeID(OSDictionary) ) {
9610 else if ( myTypeID == OSTypeID(OSArray) ) {
9631 else if ( myTypeID == OSTypeID(OSString) || myTypeID == OSTypeID(OSSymbol) ) {
9635 else if ( myTypeID == OSTypeID(OSData) ) {
9684 else if ( myTypeID == OSTypeID(OSBoolean) ) {
9688 else if ( myTypeID == OSTypeID(OSNumber) ) {

Completed in 29 milliseconds