Searched refs:CFBasicHashGetCount (Results 1 - 5 of 5) sorted by path

/macosx-10.9.5/CF-855.17/
H A DCFBag.c374 return CFBasicHashGetCount((CFBasicHashRef)hc);
H A DCFBasicHash.c947 CF_PRIVATE CFIndex CFBasicHashGetCount(CFConstBasicHashRef ht) { function
988 CFIndex cnt1 = CFBasicHashGetCount(ht1);
989 if (cnt1 != CFBasicHashGetCount(ht2)) return false;
1502 CFStringAppendFormat(result, NULL, CFSTR("%@{type = %s %s%s, count = %ld,\n"), prefix, (CFBasicHashIsMutable(ht) ? "mutable" : "immutable"), ((ht->bits.counts_offset) ? "multi" : ""), ((ht->bits.keys_offset) ? "dict" : "set"), CFBasicHashGetCount(ht));
1557 return CFBasicHashGetCount(ht);
H A DCFBasicHash.h116 CFIndex CFBasicHashGetCount(CFConstBasicHashRef ht);
H A DCFDictionary.c374 return CFBasicHashGetCount((CFBasicHashRef)hc);
H A DCFSet.c374 return CFBasicHashGetCount((CFBasicHashRef)hc);

Completed in 237 milliseconds