Home
last modified time | relevance | path

Searched refs:newDict (Results 1 – 5 of 5) sorted by relevance

/external/llvm-project/clang/test/CodeGenObjC/
Ddot-syntax-2.m23 NSDictionary * newDict;
24 myObject.myDict = newDict;
25 myObject.myLang = newDict;
/external/clang/test/CodeGenObjC/
Ddot-syntax-2.m23 NSDictionary * newDict;
24 myObject.myDict = newDict;
25 myObject.myLang = newDict;
/external/llvm-project/mlir/lib/IR/
DSymbolTable.cpp852 auto newDict = rebuildAttrAfterRAUW(oldDict, accessChains, /*depth=*/0); in replaceAllSymbolUsesImpl() local
853 return newDict.cast<DictionaryAttr>(); in replaceAllSymbolUsesImpl()
/external/protobuf/objectivec/
DGPBDictionary.m1273 //% 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 …]
DGPBMessage.m964 NSMutableDictionary *newDict = [[NSMutableDictionary alloc]
966 newValue = newDict;
972 [newDict setObject:copiedMsg forKey:key];