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

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

Completed in 90 milliseconds