Home
last modified time | relevance | path

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

/xnu-8792.41.9/iokit/Tests/
H A DTestCollections.cpp702 OSObject *replacedObject; in testDictionary() local
706 replacedObject = dict2->setObject(str, str); in testDictionary()
707 count1 += ((OSString *) sym == replacedObject); in testDictionary()
708 replacedObject->release(); in testDictionary()