Home
last modified time | relevance | path

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

/xnu-11215/libkern/c++/
H A DOSSet.cpp73 unsigned int inCount, in initWithObjects() argument
76 unsigned int capacity = inCount; in initWithObjects()
79 if (inCount > inCapacity) { in initWithObjects()
90 for (unsigned int i = 0; i < inCount; i++) { in initWithObjects()