Searched refs:numSymbols (Results 1 – 1 of 1) sorted by relevance
| /xnu-8019.80.24/iokit/Tests/ ! |
| H A D | TestCollections.cpp | 515 int i, numSymbols, count1, count2; in testDictionary() local 566 for (i = 0, numSymbols = 0; i < numStrCache; i++) { in testDictionary() 569 symCache[numSymbols++] = sym; in testDictionary() 575 (OSObject **) symCache, symCache, numSymbols, numSymbols); in testDictionary() 578 for (i = 0; i < numSymbols; i++) { in testDictionary() 581 TEST_ASSERT('D', "2b", count1 == numSymbols); in testDictionary() 583 TEST_ASSERT('D', "2c", numSymbols == (int) dict1->getCount()); in testDictionary() 584 TEST_ASSERT('D', "2d", numSymbols == (int) dict1->getCapacity()); in testDictionary() 586 numSymbols == (int) dict1->getCapacityIncrement()); in testDictionary() 598 for (i = 0; i < numSymbols; i++) { in testDictionary() [all …]
|