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

/darwin-on-arm/xnu/libkern/libkern/c++/
H A DOSArray.h165 * @function withArray
196 static OSArray * withArray(
281 * <code>@link //apple_ref/cpp/clm/OSArray/withArray/staticOSArray*\/(constOSArray*,unsignedint)
282 * withArray@/link</code> instead.
H A DOSSet.h168 * @function withArray
199 static OSSet * withArray(
323 * //apple_ref/cpp/clm/OSSet/withArray/staticOSSet*\/(constOSArray*,unsignedint)
324 * withArray@/link</code>
/darwin-on-arm/xnu/libkern/c++/
H A DOSArray.cpp148 OSArray *OSArray::withArray(const OSArray *array, function in class:OSArray
443 newArray = OSArray::withArray(this);
H A DOSSet.cpp131 OSSet *OSSet::withArray(const OSArray *array, function in class:OSSet
H A DOSUnserializeXML.cpp2637 OSSet *set = OSSet::withArray(array, array->getCapacity());
H A DOSUnserializeXML.y1025 OSSet *set = OSSet::withArray(array, array->getCapacity());
H A DOSKext.cpp4910 linkDependencies = OSArray::withArray(dependencies);
/darwin-on-arm/xnu/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);
/darwin-on-arm/xnu/iokit/Kernel/
H A DIORegistryEntry.cpp1389 links = OSArray::withArray( links, links->getCount() );
1450 links = OSArray::withArray( links, links->getCount() );
1504 array = OSArray::withArray( getChildSetReference( plane ));
1527 array = OSArray::withArray( getParentSetReference( plane ));
H A DIOPMrootDomain.cpp3143 existing_feature_arr = OSArray::withArray(
3268 arrayMemberCopy = OSArray::withArray(arrayMember);

Completed in 177 milliseconds