Lines Matching refs:dict
50 + (id)dictionaryWithDictionary:(NSDictionary *)dict;
83 NSDictionary *dict;
88 dict = [NSDictionary dictionary];
89 dict = [NSDictionary dictionaryWithObject:arr forKey:str];
90 dict = [NSDictionary dictionaryWithObjectsAndKeys: @"value1", @"key1", @"value2", @"key2", nil];
91 dict = [NSDictionary dictionaryWithObjectsAndKeys: PAIR(1), PAIR(2), nil];
92 dict = [NSDictionary dictionaryWithObjectsAndKeys:
102 o = [dict objectForKey:@"key"];
103 o = TWO([dict objectForKey:@"key"]);
110 [mdict setObject:[dict objectForKey:@"key2"] forKey:@"key"];
111 [mdict setObject:[dict objectForKey:@"key2"] forKey:
118 [mdict setObject:[dict objectForKey:
125 [mdict setObject:@"value" forKey:[dict objectForKey:
132 [mdict setObject:@"val" forKey:[dict objectForKey:@"key2"]];
133 …[mdict setObject:[dict objectForKey:@"key1"] forKey:[dict objectForKey:[NSArray arrayWithObject:@"…