Searched refs:getAnyObject (Results 1 - 7 of 7) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/libkern/libkern/c++/
H A DOSSet.h231 @function getAnyObject
235 virtual OSObject *getAnyObject() const;
/macosx-10.5.8/xnu-1228.15.4/libkern/c++/
H A DOSSet.cpp252 OSObject *OSSet::getAnyObject() const function in class:OSSet
/macosx-10.5.8/xnu-1228.15.4/iokit/Tests/
H A DTestCollections.cpp315 TEST_ASSERT('S', "1j", cache[0] == set1->getAnyObject());
373 while ( (str = set2->getAnyObject()) ) {
399 while ( (str = set2->getAnyObject()) ) {
464 while ( (sym = set1->getAnyObject()) ) {
845 str = (OSString *) set->getAnyObject();
/macosx-10.5.8/xnu-1228.15.4/iokit/Kernel/
H A DIOPlatformExpert.cpp160 topLevel->getAnyObject()))) {
H A DIOPMrootDomain.cpp2838 service = (IOService *)inner->getAnyObject();
H A DIOServicePM.cpp1240 while ((driver = (IOService *) fInsertInterestSet->getAnyObject()))
1256 while ((driver = (IOService *) fRemoveInterestSet->getAnyObject()))
H A DIOService.cpp652 while( (service = (IOService *) allSet->getAnyObject())) {

Completed in 65 milliseconds