Lines Matching refs:dict2
514 OSDictionary *dict1, *dict2; in testDictionary() local
675 dict2 = 0; in testDictionary()
690 dict2 = OSDictionary::withDictionary(dict1, numSymbols - 1); in testDictionary()
691 TEST_ASSERT('D', "4b", !dict2); in testDictionary()
692 dict2 = OSDictionary::withDictionary(dict1, numSymbols); in testDictionary()
694 TEST_ASSERT('D', "4e", dict2); in testDictionary()
695 if (dict2) { in testDictionary()
698 TEST_ASSERT('D', "4f", numSymbols == (int) dict2->getCount()); in testDictionary()
706 replacedObject = dict2->setObject(str, str); in testDictionary()
719 count1 += (str == dict2->__takeObject(sym)); in testDictionary()
726 TEST_ASSERT('D', "4k", !dict2->getCount()); in testDictionary()
727 dict2->release(); dict2 = 0; in testDictionary()