Home
last modified time | relevance | path

Searched refs:theDict (Results 1 – 10 of 10) sorted by relevance

/external/antlr/antlr-3.4/runtime/ObjC/Framework/
DACBTree.h74 + (ACBTree *) newNodeWithDictionary:(AMutableDictionary *)theDict;
76 - (id)initWithDictionary:(AMutableDictionary *)theDict;
DACBTree.m78 + (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/
Dobjc-pointer-conv.mm7 void RandomFunc(CFMDRef theDict, const void *key, const void *value);
/external/clang/test/Analysis/
Dmisc-ps-64.m14 extern Boolean CFDictionaryGetValueIfPresent(CFDictionaryRef theDict, const void *key, const void *…
Ddelegates.m21 const void *CFDictionaryGetValue(CFDictionaryRef theDict, const void *key);
DNSString.m34 const void *CFDictionaryGetValue(CFDictionaryRef theDict, const void *key);
Dretain-release.m1569 extern const void *CFDictionaryGetValue(CFDictionaryRef theDict, const void *key);
/external/python/cpython2/Mac/Modules/cf/
D_CFmodule.c3841 CFDictionaryRef theDict; in CF_CFDictionaryCreateMutableCopy() local
3847 CFDictionaryRefObj_Convert, &theDict)) in CF_CFDictionaryCreateMutableCopy()
3851 theDict); in CF_CFDictionaryCreateMutableCopy()
/external/clang/test/ARCMT/
Dobjcmt-arc-cf-annotations.m1574 extern const void *CFDictionaryGetValue(CFDictionaryRef theDict, const void *key);
Dobjcmt-arc-cf-annotations.m.result1616 extern const void *CFDictionaryGetValue(CFDictionaryRef theDict, const void *key) CF_RETURNS_NOT_RE…