Home
last modified time | relevance | path

Searched refs:withSet (Results 1 – 4 of 4) sorted by relevance

/xnu-11215/libkern/libkern/c++/
H A DOSSet.h251 static OSPtr<OSSet> withSet(const OSSet * set,
/xnu-11215/libkern/c++/
H A DOSSet.cpp161 OSSet::withSet(const OSSet *set, in withSet() function in OSSet
/xnu-11215/iokit/Tests/
H A DTestCollections.cpp414 set2 = OSSet::withSet(set1, numStrCache - 1); in testSet()
416 set2 = OSSet::withSet(set1, set1->getCount()); in testSet()
462 set2 = OSSet::withSet(set1, 2 * set1->getCount()); in testSet()
/xnu-11215/iokit/Kernel/
H A DIOUserServer.cpp7217 listeners = OSSet::withSet(item->fListeners); in StateNotificationItemSet_Impl()