Home
last modified time | relevance | path

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

/xnu-8019.80.24/iokit/Tests/
H A DTests.cpp751 OSDictionary* oldDict = dict.get(); in OSStaticPtrCastTests() local
753 assert(collection.get() == oldDict); in OSStaticPtrCastTests()
792 OSDictionary const* oldDict = dict.get(); in OSConstPtrCastTests() local
795 assert(dict2 == oldDict); in OSConstPtrCastTests()