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

/macosx-10.5.8/xnu-1228.15.4/libkern/libkern/c++/
H A DOSArray.h92 @function withArray
98 static OSArray *withArray(const OSArray *array,
H A DOSSet.h85 @function withArray
91 static OSSet *withArray(const OSArray *array,
/macosx-10.5.8/xnu-1228.15.4/libkern/c++/
H A DOSArray.cpp148 OSArray *OSArray::withArray(const OSArray *array, function in class:OSArray
442 newArray = OSArray::withArray(this);
H A DOSSet.cpp130 OSSet *OSSet::withArray(const OSArray *array, function in class:OSSet
H A DOSUnserializeXML.cpp2609 OSSet *set = OSSet::withArray(array, array->getCapacity());
H A DOSUnserializeXML.y997 OSSet *set = OSSet::withArray(array, array->getCapacity());
/macosx-10.5.8/xnu-1228.15.4/iokit/Tests/
H A DTestCollections.cpp115 // and the withArray factory. And test __takeObject code first
155 array2 = OSArray::withArray(array1, numStrCache - 1);
157 array2 = OSArray::withArray(array1, array1->getCount());
353 // and the withArray factory. And test __takeObject code first
457 set1 = OSSet::withArray(array, numStrCache);
/macosx-10.5.8/xnu-1228.15.4/iokit/Kernel/
H A DIORegistryEntry.cpp1348 links = OSArray::withArray( links, links->getCount() );
1409 links = OSArray::withArray( links, links->getCount() );
1463 array = OSArray::withArray( getChildSetReference( plane ));
1486 array = OSArray::withArray( getParentSetReference( plane ));

Completed in 78 milliseconds