HomeSort by relevance Sort by last modified time
    Searched defs:CFDictionaryValueCallBacks (Results 1 - 2 of 2) sorted by null

  /external/clang/test/Analysis/
cfref_PR2519.c 15 CFDictionaryValueCallBacks;
16 extern const CFDictionaryValueCallBacks kCFTypeDictionaryValueCallBacks;
18 extern CFDictionaryRef CFDictionaryCreate(CFAllocatorRef allocator, const void **keys, const void **values, CFIndex numValues, const CFDictionaryKeyCallBacks *keyCallBacks, const CFDictionaryValueCallBacks *valueCallBacks);
system-header-simulator-objc.h 108 CFDictionaryValueCallBacks;
109 extern const CFDictionaryValueCallBacks kCFTypeDictionaryValueCallBacks;
112 extern CFMutableDictionaryRef CFDictionaryCreateMutable(CFAllocatorRef allocator, CFIndex capacity, const CFDictionaryKeyCallBacks *keyCallBacks, const CFDictionaryValueCallBacks *valueCallBacks);

Completed in 222 milliseconds