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

/darwin-on-arm/xnu/libkern/c++/
H A DOSArray.cpp256 bool OSArray::merge(const OSArray * otherArray) argument
258 unsigned int otherCount = otherArray->getCount();
270 const OSMetaClassBase *newObject = otherArray->getObject(i);
333 OSArray *otherArray; local
335 otherArray = OSDynamicCast(OSArray, anObject);
336 if ( otherArray )
337 return isEqualTo(otherArray);
/darwin-on-arm/xnu/libkern/libkern/c++/
H A DOSArray.h491 * @param otherArray The array whose contents will be appended
501 virtual bool merge(const OSArray * otherArray);

Completed in 21 milliseconds