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

/xnu-2782.1.97/libkern/libkern/c++/
H A DOSSet.h206 * @function withSet
236 static OSSet * withSet(const OSSet * set,
362 * <code>@link withSet withSet@/link</code> instead.
/xnu-2782.1.97/libkern/c++/
H A DOSSet.cpp144 OSSet *OSSet::withSet(const OSSet *set, function in class:OSSet
/xnu-2782.1.97/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 75 milliseconds