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

/macosx-10.5.8/xnu-1228.15.4/libkern/c++/
H A DOSSet.cpp378 OSCollection *newColl = coll->copyCollection(cycleDict); local
379 if (newColl) {
380 obj = newColl; // Rely on cycleDict ref for a bit
381 newColl->release();
H A DOSArray.cpp454 OSCollection *newColl = coll->copyCollection(cycleDict); local
455 if (!newColl)
458 newArray->replaceObject(i, newColl);
459 newColl->release();
H A DOSOrderedSet.cpp402 OSCollection *newColl = coll->copyCollection(cycleDict); local
403 if (newColl) {
404 obj = newColl; // Rely on cycleDict ref for a bit
405 newColl->release();
H A DOSDictionary.cpp628 OSCollection *newColl = coll->copyCollection(cycleDict); local
629 if (!newColl)
632 newDict->dictionary[i].value = newColl;
635 newColl->taggedRetain(OSTypeID(OSCollection));
636 newColl->release();

Completed in 77 milliseconds