Home
last modified time | relevance | path

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

/xnu-8019.80.24/iokit/Tests/
H A DTests.cpp510 OSString * firstObj = OSString::withCString("test object"); in OSCollectionIteratorTests() local
516 array->setObject(firstObj); in OSCollectionIteratorTests()
526 assert(current == firstObj); in OSCollectionIteratorTests()
544 assert(current == firstObj); in OSCollectionIteratorTests()
559 arraySubclass->setObject(firstObj); in OSCollectionIteratorTests()
568 assert(current == firstObj); in OSCollectionIteratorTests()
587 assert(current == firstObj); in OSCollectionIteratorTests()
599 OSSafeReleaseNULL(firstObj); in OSCollectionIteratorTests()