Searched refs:withSet (Results 1 - 3 of 3) sorted by relevance

/darwin-on-arm/xnu/libkern/libkern/c++/
H A DOSSet.h205 * @function withSet
235 static OSSet * withSet(const OSSet * set,
361 * <code>@link withSet withSet@/link</code> instead.
/darwin-on-arm/xnu/libkern/c++/
H A DOSSet.cpp144 OSSet *OSSet::withSet(const OSSet *set, function in class:OSSet
/darwin-on-arm/xnu/iokit/Tests/
H A DTestCollections.cpp390 set2 = OSSet::withSet(set1, numStrCache - 1);
392 set2 = OSSet::withSet(set1, set1->getCount());
438 set2 = OSSet::withSet(set1, 2 * set1->getCount());

Completed in 24 milliseconds