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

/darwin-on-arm/xnu/libkern/libkern/c++/
H A DOSSet.h647 * @function getAnyObject
664 virtual OSObject * getAnyObject() const;
/darwin-on-arm/xnu/libkern/c++/
H A DOSSet.cpp262 OSObject *OSSet::getAnyObject() const function in class:OSSet
/darwin-on-arm/xnu/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();
/darwin-on-arm/xnu/iokit/Kernel/
H A DIOPlatformExpert.cpp158 topLevel->getAnyObject()))) {
H A DIOService.cpp705 while( (service = (IOService *) allSet->getAnyObject())) {
3628 while ((service = (IOService *) source->getAnyObject()))
H A DIOServicePM.cpp1451 while ((driver = (IOService *) fInsertInterestSet->getAnyObject()))
1465 while ((driver = (IOService *) fRemoveInterestSet->getAnyObject()))
H A DIOPMrootDomain.cpp6978 service = (IOService *)inner->getAnyObject();

Completed in 123 milliseconds