Searched refs:theDict (Results 1 – 10 of 10) sorted by relevance
/external/antlr/antlr-3.4/runtime/ObjC/Framework/ |
D | ACBTree.h | 74 + (ACBTree *) newNodeWithDictionary:(AMutableDictionary *)theDict; 76 - (id)initWithDictionary:(AMutableDictionary *)theDict;
|
D | ACBTree.m | 78 + (ACBTree *) newNodeWithDictionary:(AMutableDictionary *)theDict 80 return [[ACBTree alloc] initWithDictionary:theDict]; 83 - (id)initWithDictionary:(AMutableDictionary *)theDict 88 dict = theDict; 89 nodeid = theDict.nxt_nodeid++;
|
/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/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/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…
|