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

/macosx-10.5.8/xnu-1228.15.4/libkern/c++/
H A DOSSet.cpp88 bool OSSet::initWithArray(const OSArray *inArray, argument
91 if ( !inArray )
94 return initWithObjects((const OSObject **) inArray->array,
95 inArray->count, inCapacity);

Completed in 20 milliseconds