Searched refs:CFSetRef (Results 1 – 5 of 5) sorted by relevance
7 typedef const struct __CFSet * CFSetRef; typedef14 CFSetRef CFSetCreate(CFAllocatorRef);
83 typedef const struct __CFSet * CFSetRef; typedef96 CFSetRef CFSetCreate(CFAllocatorRef allocator, const void **values, CFIndex numValues, const CFSetC…112 CFSetRef set = CFSetCreate(NULL, (const void **)x, 3, &kCFTypeSetCallBacks);116 …CFSetRef fSet = CFSetCreate(kCFAllocatorDefault, (const void**) pairs, count - 1, &kCFTypeSetCallB…
21 typedef struct __CFSetRef * CFSetRef __attribute__((objc_bridge(NSSet))); // expected-error {{param…
558 CFSetRef cfSetRef = (__bridge CFSetRef)nscfSet;