Searched refs:hasBeenFinalized (Results 1 - 1 of 1) sorted by last modified time

/macosx-10.9.5/CF-855.17/
H A DCFArray.c91 CF_INLINE bool hasBeenFinalized(CFTypeRef collection) { function
202 if (NULL != cb->release && 0 < range.length && !hasBeenFinalized(array)) {
216 if (0 < range.length && NULL != deque && !hasBeenFinalized(array)) {
710 if (NULL != cb->retain && !hasBeenFinalized(array)) {
715 if (NULL != cb->release && !hasBeenFinalized(array)) {
936 if (NULL != cb->retain && !hasBeenFinalized(array)) {

Completed in 133 milliseconds