Searched refs:testDict (Results 1 – 8 of 8) sorted by relevance
30 AMutableDictionary *testDict;34 testDict = [AMutableDictionary newDictionary];35 [testDict setObject:obj1 forKey:key1];37 NSString *result = [testDict objectForKey:key1];43 AMutableDictionary *testDict;49 testDict = [AMutableDictionary newDictionary];50 [testDict setObject:obj1 forKey:key1];51 [testDict setObject:obj2 forKey:key2];53 NSString *result = [testDict objectForKey:key1];59 AMutableDictionary *testDict;[all …]
24 def testDict(self): member in CamelCaseTest
29 void testDict() { function
35 void testDict() { function
49 void testDict(NSString *key, id newObject, id oldObject) { function
34 public void testDict() { in testDict() method in PyRecursiveTest