Home
last modified time | relevance | path

Searched refs:dictIterator (Results 1 – 1 of 1) sorted by relevance

/xnu-11215/iokit/Kernel/
H A DIOPMrootDomain.cpp4643 OSSharedPtr<OSCollectionIterator> dictIterator; local
4677 dictIterator = OSCollectionIterator::withCollection(features.get());
4678 if (!dictIterator) {
4682 while ((dictKey = OSDynamicCast(OSSymbol, dictIterator->getNextObject()))) {