Searched defs:cf_type_id (Results 1 - 2 of 2) sorted by relevance

/external/lldb/source/Host/macosx/cfcpp/
H A DCFCString.cpp81 CFTypeID cf_type_id = ::CFGetTypeID(cf_type); local
83 if (cf_type_id == ::CFStringGetTypeID())
88 else if (cf_type_id == ::CFURLGetTypeID())
/external/lldb/tools/debugserver/source/MacOSX/
H A DCFString.cpp85 CFTypeID cf_type_id = ::CFGetTypeID(cf_type); local
87 if (cf_type_id == ::CFStringGetTypeID())
92 else if (cf_type_id == ::CFURLGetTypeID())

Completed in 79 milliseconds