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

/macosx-10.5.8/xnu-1228.15.4/libkern/libkern/c++/
H A DOSDictionary.h131 @function initWithObjects
139 virtual bool initWithObjects(const OSObject *objects[],
144 @function initWithObjects
152 virtual bool initWithObjects(const OSObject *objects[],
H A DOSArray.h109 @function initWithObjects
116 virtual bool initWithObjects(const OSObject *objects[],
H A DOSSet.h111 @function initWithObjects
118 virtual bool initWithObjects(const OSObject *objects[],
/macosx-10.5.8/xnu-1228.15.4/libkern/c++/
H A DOSSet.cpp62 bool OSSet::initWithObjects(const OSObject *inObjects[], function in class:OSSet
94 return initWithObjects((const OSObject **) inArray->array,
122 if (me && !me->initWithObjects(objects, count, capacity)) {
H A DOSArray.cpp83 bool OSArray::initWithObjects(const OSObject *objects[], function in class:OSArray
118 return initWithObjects((const OSObject **) anArray->array,
140 if (me && !me->initWithObjects(objects, count, capacity)) {
H A DOSDictionary.cpp85 bool OSDictionary::initWithObjects(const OSObject *objects[], function in class:OSDictionary
115 bool OSDictionary::initWithObjects(const OSObject *objects[], function in class:OSDictionary
202 if (me && !me->initWithObjects(objects, keys, count, capacity)) {
217 if (me && !me->initWithObjects(objects, keys, count, capacity)) {

Completed in 17 milliseconds