Searched refs:getNextObjectForIterator (Results 1 - 10 of 10) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/libkern/libkern/c++/
H A DOSCollection.h66 This member function is called by an OSCollectionIterator object to allow it to allocate enough storage space for the iterator context. This context contains the data necessary to iterate through the collection when getNextObjectForIterator() is called.
77 @function getNextObjectForIterator
85 virtual bool getNextObjectForIterator(void *iterator, OSObject **ret) const = 0;
H A DOSArray.h70 virtual bool getNextObjectForIterator(void *iterator, OSObject **ret) const;
H A DOSOrderedSet.h80 virtual bool getNextObjectForIterator(void *iterator, OSObject **ret) const;
H A DOSSet.h57 virtual bool getNextObjectForIterator(void *iterator, OSObject **ret) const;
H A DOSDictionary.h77 virtual bool getNextObjectForIterator(void *iterator, OSObject **ret) const;
/macosx-10.5.8/xnu-1228.15.4/libkern/c++/
H A DOSCollectionIterator.cpp134 retVal = collection->getNextObjectForIterator(collIterator, &retObj);
H A DOSSet.cpp308 bool OSSet::getNextObjectForIterator(void *inIterator, OSObject **ret) const function in class:OSSet
H A DOSArray.cpp380 bool OSArray::getNextObjectForIterator(void *inIterator, OSObject **ret) const function in class:OSArray
H A DOSOrderedSet.cpp339 getNextObjectForIterator(void *inIterator, OSObject **ret) const function in class:OSOrderedSet
H A DOSDictionary.cpp534 bool OSDictionary::getNextObjectForIterator(void *inIterator, OSObject **ret) const function in class:OSDictionary

Completed in 40 milliseconds