OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:CFIndex
(Results
1 - 4
of
4
) sorted by null
/external/clang/test/Analysis/
CFNumber.c
3
typedef signed long
CFIndex
;
14
typedef
CFIndex
CFNumberType;
cfref_PR2519.c
5
typedef signed long
CFIndex
;
19
extern CFDictionaryRef CFDictionaryCreate(CFAllocatorRef allocator, const void **keys, const void **values,
CFIndex
numValues, const CFDictionaryKeyCallBacks *keyCallBacks, const CFDictionaryValueCallBacks *valueCallBacks);
21
typedef
CFIndex
CFNumberType;
uninit-vals-ps.c
69
typedef signed long
CFIndex
;
70
typedef
CFIndex
CFNumberType;
/external/clang/test/Analysis/Inputs/
system-header-simulator-objc.h
11
typedef signed long
CFIndex
;
118
extern CFMutableDictionaryRef CFDictionaryCreateMutable(CFAllocatorRef allocator,
CFIndex
capacity, const CFDictionaryKeyCallBacks *keyCallBacks, const CFDictionaryValueCallBacks *valueCallBacks);
124
extern CFMutableStringRef CFStringCreateMutableWithExternalCharactersNoCopy(CFAllocatorRef alloc, UniChar *chars,
CFIndex
numChars,
CFIndex
capacity, CFAllocatorRef externalCharactersAllocator);
Completed in 2359 milliseconds