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

/macosx-10.5.8/xnu-1228.15.4/libkern/c++/
H A DOSArray.cpp255 bool OSArray::merge(const OSArray * otherArray) argument
257 unsigned int otherCount = otherArray->getCount();
269 const OSMetaClassBase *newObject = otherArray->getObject(i);
332 OSArray *otherArray; local
334 otherArray = OSDynamicCast(OSArray, anObject);
335 if ( otherArray )
336 return isEqualTo(otherArray);
/macosx-10.5.8/xnu-1228.15.4/libkern/libkern/c++/
H A DOSArray.h193 @param otherArray The array whose contents will be appended to the reveiving array.
196 virtual bool merge(const OSArray *otherArray);

Completed in 27 milliseconds