Lines Matching refs:CFIndex
6 typedef signed long CFIndex; typedef
14 CFIndex version;
21 CFArrayRef CFArrayCreate(CFAllocatorRef allocator, const void **values, CFIndex numValues, const CF…
43 typedef CFIndex CFNumberType;
45 typedef CFIndex CFComparisonResult;
57 CFIndex version;
64 CFIndex version;
71 CFIndex version;
77 …Create(CFAllocatorRef allocator, const void **keys, const void **values, CFIndex numValues, const …
86 const void *CFArrayGetValueAtIndex(CFArrayRef theArray, CFIndex idx);
88 CFIndex CFArrayGetCount(CFArrayRef theArray);
89 …yCreate(CFAllocatorRef allocator, const void **keys, const void **values, CFIndex numValues, const
93 CFSetRef CFSetCreate(CFAllocatorRef allocator, const void **values, CFIndex numValues, const CFSetC…
99 void testContainers(int **xNoWarn, CFIndex count) {
116 CFIndex numValues = 6;
133 void OutOfBoundsSymbolicOffByOne(const void ** input, CFIndex S) {
141 void OutOfBoundsConst(const void ** input, CFIndex S) {
149 CFIndex sIndex;
155 void OutOfBoundsZiro(const void ** input, CFIndex S) {
162 void TestGetCount(CFArrayRef A, CFIndex sIndex) {
163 CFIndex sCount = CFArrayGetCount(A);
188 void TestUndef(CFArrayRef A, CFIndex sIndex, void* x[]) {
197 void TestConst(CFArrayRef A, CFIndex sIndex, void* x[]) {
211 CFIndex aLen = CFArrayGetCount(a);
220 CFIndex aLen = CFArrayGetCount(a);