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

/darwin-on-arm/xnu/libkern/c++/
H A DOSSet.cpp89 bool OSSet::initWithArray(const OSArray *inArray, argument
92 if ( !inArray )
95 return initWithObjects((const OSObject **) inArray->array,
96 inArray->count, inCapacity);

Completed in 13 milliseconds