Searched defs:CFMutableDictionaryRef (Results 1 - 1 of 1) sorted by relevance

/external/clang/test/Analysis/Inputs/
H A Dsystem-header-simulator-objc.h117 typedef struct __CFDictionary * CFMutableDictionaryRef; typedef in typeref:struct:__CFDictionary
118 extern CFMutableDictionaryRef CFDictionaryCreateMutable(CFAllocatorRef allocator, CFIndex capacity, const CFDictionaryKeyCallBacks *keyCallBacks, const CFDictionaryValueCallBacks *valueCallBacks);
119 void CFDictionarySetValue(CFMutableDictionaryRef, const void *, const void *);

Completed in 89 milliseconds