Searched refs:collection (Results 1 - 3 of 3) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/libkern/c++/
H A DOSCollectionIterator.cpp54 collection = inColl;
79 kfree(collIterator, collection->iteratorSize());
80 ACCUMSIZE(-(collection->iteratorSize()));
84 if (collection) {
85 collection->release();
86 collection = 0;
97 collIterator = (void *)kalloc(collection->iteratorSize());
98 ACCUMSIZE(collection->iteratorSize());
103 if (!collection->initIterator(collIterator))
106 initialUpdateStamp = collection
[all...]
/macosx-10.5.8/xnu-1228.15.4/libkern/libkern/c++/
H A DOSCollectionIterator.h47 const OSCollection *collection; member in class:OSCollectionIterator
55 @abstract A static constructor function which creates and initializes an instance of OSCollectionIterator for the provided collection object.
56 @param inColl The OSCollection derived collection object to be iteratated.
64 @param inColl The OSCollection derived collection object to be iteratated.
77 @abstract A member function which resets the iterator to begin the next iteration from the beginning of the collection.
83 @abstract A member function for determining if the collection was modified during iteration.
89 @abstract A member function to get the next object in the collection being iterated.
90 @result Returns the next object in the collection or 0 when the end has been reached.
/macosx-10.5.8/xnu-1228.15.4/iokit/Kernel/
H A DIORegistryEntry.cpp515 // If we are inserting a collection class and the current entry
516 // is attached into the registry (inPlane()) then mark the collection
818 OSCollection * collection; local
822 if( (collection = OSDynamicCast( OSCollection, names))) {
823 iter = OSCollectionIterator::withCollection( collection );
1615 // Is object for key a collection?

Completed in 116 milliseconds