Searched refs:newDict (Results 1 – 5 of 5) sorted by relevance
23 NSDictionary * newDict;24 myObject.myDict = newDict; 25 myObject.myLang = newDict;
852 auto newDict = rebuildAttrAfterRAUW(oldDict, accessChains, /*depth=*/0); in replaceAllSymbolUsesImpl() local853 return newDict.cast<DictionaryAttr>(); in replaceAllSymbolUsesImpl()
1273 //% GPB##KEY_NAME##VALUE_NAME##Dictionary *newDict =1277 //% NSMutableDictionary *internalDict = newDict->_dictionary;1284 //% return newDict;1300 //% GPB##KEY_NAME##VALUE_NAME##Dictionary *newDict =1304 //% newDict->_values[i] = [_values[i] copyWithZone:zone];1307 //% return newDict;3069 GPBUInt32ObjectDictionary *newDict =3073 NSMutableDictionary *internalDict = newDict->_dictionary;3080 return newDict;4817 GPBInt32ObjectDictionary *newDict =[all …]
964 NSMutableDictionary *newDict = [[NSMutableDictionary alloc]966 newValue = newDict;972 [newDict setObject:copiedMsg forKey:key];