Home
last modified time | relevance | path

Searched refs:withArray (Results 1 – 16 of 16) sorted by relevance

/xnu-11215/libkern/c++/
H A DOSArray.cpp151 OSArray::withArray(const OSArray *array, in withArray() function in OSArray
515 newArray = OSArray::withArray(this); in copyCollection()
H A DOSSet.cpp148 OSSet::withArray(const OSArray *array, in withArray() function in OSSet
H A DOSUnserialize.y590 OSSet *s = OSSet::withArray(a, a->getCapacity()); in buildOSSet()
H A DOSUnserializeXML.y1309 OSSet *set = OSSet::withArray(array, array->getCapacity()); in buildSet()
H A DOSUnserialize.cpp2240 OSSet *s = OSSet::withArray(a, a->getCapacity()); in buildOSSet()
H A DOSKext.cpp7263 linkDependencies = OSArray::withArray(dependencies.get()); in loadExecutable()
/xnu-11215/libkern/libkern/c++/
H A DOSSet.h215 static OSPtr<OSSet> withArray(
H A DOSArray.h217 static OSPtr<OSArray> withArray(
H A DOSUnserializeXMLSharedImplementation.h2920 OSSet *set = OSSet::withArray(array, array->getCapacity()); in buildSet()
/xnu-11215/iokit/Kernel/
H A DIOReportLegend.cpp75 _reportLegend = OSArray::withArray(legend); in initWith()
H A DIORegistryEntry.cpp1787 links = OSArray::withArray( links, links->getCount()); in getParentIterator()
1857 links = OSArray::withArray( links, links->getCount()); in getChildIterator()
1939 array = OSArray::withArray( getChildSetReference( plane )); in applyToChildren()
1965 array = OSArray::withArray( getParentSetReference( plane )); in applyToParents()
H A DIOUserServer.cpp4033 services = OSArray::withArray(fServices); in finalize()
4252 services = OSArray::withArray(fServices); in clientClose()
5487 services = OSArray::withArray(fServices); in systemPower()
5585 services = OSArray::withArray(fServices); in systemHalt()
H A DIOService.cpp4554 fUserServersWait = OSArray::withArray(fUserServers); in matchingEnd()
4555 notifyServers = OSArray::withArray(fUserServers); in matchingEnd()
4559 notifyServers = OSArray::withArray(fUserServers); in matchingEnd()
4641 notifyServers = OSArray::withArray(fUserServers); in systemHalt()
H A DIOPMrootDomain.cpp4600 existing_feature_arr = OSArray::withArray(
4718 arrayMemberCopy = OSArray::withArray(arrayMember);
/xnu-11215/iokit/Tests/
H A DTestCollections.cpp163 array2 = OSArray::withArray(array1, numStrCache - 1); in testArray()
165 array2 = OSArray::withArray(array1, array1->getCount()); in testArray()
481 set1 = OSSet::withArray(array, numStrCache); in testSet()
/xnu-11215/iokit/System/
H A DOSUnserializeXMLSharedImplementation.h2920 OSSet *set = OSSet::withArray(array, array->getCapacity()); in buildSet()