Home
last modified time | relevance | path

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

/xnu-8796.121.2/iokit/Tests/
H A DTests.cpp1526 OSDictionary* oldDict = dict.get(); in OSStaticPtrCastTests() local
1528 assert(collection.get() == oldDict); in OSStaticPtrCastTests()
1567 OSDictionary const* oldDict = dict.get(); in OSConstPtrCastTests() local
1570 assert(dict2 == oldDict); in OSConstPtrCastTests()