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

/darwin-on-arm/xnu/libkern/libkern/c++/
H A DOSDictionary.h304 * @function initWithObjects
337 virtual bool initWithObjects(
345 * @function initWithObjects
378 virtual bool initWithObjects(
H A DOSArray.h227 * @function initWithObjects
256 virtual bool initWithObjects(
H A DOSSet.h266 * @function initWithObjects
297 virtual bool initWithObjects(
/darwin-on-arm/xnu/libkern/c++/
H A DOSSet.cpp62 bool OSSet::initWithObjects(const OSObject *inObjects[], function in class:OSSet
95 return initWithObjects((const OSObject **) inArray->array,
123 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.cpp87 bool OSDictionary::initWithObjects(const OSObject *objects[], function in class:OSDictionary
117 bool OSDictionary::initWithObjects(const OSObject *objects[], function in class:OSDictionary
213 if (me && !me->initWithObjects(objects, keys, count, capacity)) {
228 if (me && !me->initWithObjects(objects, keys, count, capacity)) {

Completed in 31 milliseconds