Searched refs:theDict (Results 1 – 17 of 17) sorted by relevance
/external/antlr/runtime/ObjC/Framework/ |
D | ACBTree.h | 81 + (ACBTree *) newNodeWithDictionary:(AMutableDictionary *)theDict; 83 - (id)initWithDictionary:(AMutableDictionary *)theDict;
|
D | ACBTree.m | 91 + (ACBTree *) newNodeWithDictionary:(AMutableDictionary *)theDict 93 return [[ACBTree alloc] initWithDictionary:theDict]; 96 - (id)initWithDictionary:(AMutableDictionary *)theDict 101 dict = theDict; 102 nodeid = theDict.nxt_nodeid++;
|
/external/llvm-project/clang/test/SemaObjCXX/ |
D | objc-pointer-conv.mm | 7 void RandomFunc(CFMDRef theDict, const void *key, const void *value);
|
/external/clang/test/SemaObjCXX/ |
D | objc-pointer-conv.mm | 7 void RandomFunc(CFMDRef theDict, const void *key, const void *value);
|
/external/clang/test/Analysis/ |
D | misc-ps-64.m | 14 extern Boolean CFDictionaryGetValueIfPresent(CFDictionaryRef theDict, const void *key, const void *…
|
D | delegates.m | 21 const void *CFDictionaryGetValue(CFDictionaryRef theDict, const void *key);
|
D | NSString.m | 34 const void *CFDictionaryGetValue(CFDictionaryRef theDict, const void *key);
|
D | retain-release.m | 1569 extern const void *CFDictionaryGetValue(CFDictionaryRef theDict, const void *key);
|
/external/llvm-project/clang/test/Analysis/ |
D | misc-ps-64.m | 14 extern Boolean CFDictionaryGetValueIfPresent(CFDictionaryRef theDict, const void *key, const void *…
|
D | delegates.m | 21 const void *CFDictionaryGetValue(CFDictionaryRef theDict, const void *key);
|
D | NSString.m | 34 const void *CFDictionaryGetValue(CFDictionaryRef theDict, const void *key);
|
D | retain-release.m | 1782 extern const void *CFDictionaryGetValue(CFDictionaryRef theDict, const void *key);
|
/external/python/cpython2/Mac/Modules/cf/ |
D | _CFmodule.c | 3841 CFDictionaryRef theDict; in CF_CFDictionaryCreateMutableCopy() local 3847 CFDictionaryRefObj_Convert, &theDict)) in CF_CFDictionaryCreateMutableCopy() 3851 theDict); in CF_CFDictionaryCreateMutableCopy()
|
/external/llvm-project/clang/test/ARCMT/ |
D | objcmt-arc-cf-annotations.m.result | 1616 extern const void *CFDictionaryGetValue(CFDictionaryRef theDict, const void *key) CF_RETURNS_NOT_RE…
|
D | objcmt-arc-cf-annotations.m | 1574 extern const void *CFDictionaryGetValue(CFDictionaryRef theDict, const void *key);
|
/external/clang/test/ARCMT/ |
D | objcmt-arc-cf-annotations.m | 1574 extern const void *CFDictionaryGetValue(CFDictionaryRef theDict, const void *key);
|
D | objcmt-arc-cf-annotations.m.result | 1616 extern const void *CFDictionaryGetValue(CFDictionaryRef theDict, const void *key) CF_RETURNS_NOT_RE…
|