Searched refs:initWithObjects (Results 1 – 6 of 6) sorted by relevance
| /xnu-11215/libkern/c++/ |
| H A D | OSSet.cpp | 72 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 D | OSArray.cpp | 81 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 D | OSDictionary.cpp | 111 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 D | OSDictionary.h | 367 virtual bool initWithObjects( 408 virtual bool initWithObjects(
|
| H A D | OSSet.h | 313 virtual bool initWithObjects(
|
| H A D | OSArray.h | 277 virtual bool initWithObjects(
|