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

/macosx-10.9.5/CF-855.17/
H A DCFNumber.c143 #define __CFAssertIsValidNumberType(type) CFAssert2((0 < type && type <= kCFNumberMaxType) || (type == kCFNumberSInt128Type), __kCFLogAssertion, "%s(): bad CFNumber type %d", __PRETTY_FUNCTION__, type); macro
1040 __CFAssertIsValidNumberType(type);
1198 __CFAssertIsValidNumberType(type);
1672 #undef __CFAssertIsValidNumberType macro

Completed in 122 milliseconds