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

/macosx-10.5.8/xnu-1228.15.4/libkern/libkern/c++/
H A DOSSet.h94 @function withSet
100 static OSSet *withSet(const OSSet *set,
/macosx-10.5.8/xnu-1228.15.4/libkern/c++/
H A DOSSet.cpp143 OSSet *OSSet::withSet(const OSSet *set, function in class:OSSet
/macosx-10.5.8/xnu-1228.15.4/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 30 milliseconds