Home
last modified time | relevance | path

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

/xnu-12377.61.12/iokit/Tests/
H A DTestCollections.cpp514 OSDictionary *dict1, *dict2; in testDictionary() local
518 dict1 = OSDictionary::withCapacity(1); in testDictionary()
519 TEST_ASSERT('D', "0a", dict1); in testDictionary()
520 if (dict1) { in testDictionary()
521 dict1->release(); in testDictionary()
534 dict1 = OSDictionary::withCapacity(1); in testDictionary()
535 TEST_ASSERT('D', "1a", dict1); in testDictionary()
536 if (dict1) { in testDictionary()
537 TEST_ASSERT('D', "1b", !dict1->getCount()); in testDictionary()
538 TEST_ASSERT('D', "1c", 1 == dict1->getCapacity()); in testDictionary()
[all …]