Home
last modified time | relevance | path

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

/xnu-11215/libkern/c++/
H A DOSSet.cpp72 OSSet::initWithObjects(const OSObject *inObjects[], in initWithObjects() function in OSSet
110 return initWithObjects((const OSObject **) inArray->array, in initWithArray()
140 if (me && !me->initWithObjects(objects, count, capacity)) { in withObjects()
H A DOSArray.cpp81 OSArray::initWithObjects(const OSObject *objects[], in initWithObjects() function in OSArray
120 return initWithObjects((const OSObject **) anArray->array, in initWithArray()
143 if (me && !me->initWithObjects(objects, count, capacity)) { in withObjects()
H A DOSDictionary.cpp111 OSDictionary::initWithObjects(const OSObject *objects[], in initWithObjects() function in OSDictionary
146 OSDictionary::initWithObjects(const OSObject *objects[], in initWithObjects() function in OSDictionary
242 if (me && !me->initWithObjects(objects, keys, count, capacity)) { in withObjects()
257 if (me && !me->initWithObjects(objects, keys, count, capacity)) { in withObjects()
/xnu-11215/libkern/libkern/c++/
H A DOSDictionary.h367 virtual bool initWithObjects(
408 virtual bool initWithObjects(
H A DOSSet.h313 virtual bool initWithObjects(
H A DOSArray.h277 virtual bool initWithObjects(