Home
last modified time | relevance | path

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

/xnu-8792.41.9/iokit/Tests/
H A DTestCollections.cpp513 const OSSymbol *symCache[numStrCache], *sym; in testDictionary() local
526 symCache[i] = OSSymbol::withCStringNoCopy(strCache[i]); in testDictionary()
529 symCache[i]->release(); in testDictionary()
569 symCache[numSymbols++] = sym; in testDictionary()
575 (OSObject **) symCache, symCache, numSymbols, numSymbols); in testDictionary()
579 count1 += (symCache[i]->getRetainCount() == 3); in testDictionary()
589 str = (OSString *) dict1->getObject(symCache[i]); in testDictionary()
590 if (str != (OSString *) symCache[i]) { in testDictionary()
599 count1 += (symCache[i]->getRetainCount() == 1); in testDictionary()
600 symCache[i]->release(); in testDictionary()
[all …]