Searched refs:getABTypeFromCFType (Results 1 – 2 of 2) sorted by relevance
702 dictType = (ABPropertyType) getABTypeFromCFType( CFGetTypeID(dictValues[i]) ); in createHeaderForProperty()769 arrType = (ABPropertyType) getABTypeFromCFType( CFGetTypeID(arrValue) ); in createHeaderForProperty()907 ABPropertyType ab_type = getABTypeFromCFType( cf_type ); in insertPropertyIntoMacabRecord()1115 ABPropertyType MacabRecords::getABTypeFromCFType(const CFTypeID cf_type ) const in getABTypeFromCFType() function in MacabRecords
81 ABPropertyType getABTypeFromCFType(const CFTypeID cf_type ) const;
Completed in 15 milliseconds