Home
last modified time | relevance | path

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

/xnu-8796.121.2/iokit/Tests/ !
H A DTests.cpp1095 OSSharedPtr<OSString> firstObj = OSString::withCString("test object"); in OSCollectionIteratorTests() local
1101 array->setObject(firstObj); in OSCollectionIteratorTests()
1111 assert(current == firstObj); in OSCollectionIteratorTests()
1127 assert(current == firstObj); in OSCollectionIteratorTests()
1138 arraySubclass->setObject(firstObj); in OSCollectionIteratorTests()
1147 assert(current == firstObj); in OSCollectionIteratorTests()
1164 assert(current == firstObj); in OSCollectionIteratorTests()