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

/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/Darwin/
H A DCFString.cpp57 CFTypeID cf_type_id = ::CFGetTypeID(cf_type); local
59 if (cf_type_id == ::CFStringGetTypeID()) {
62 } else if (cf_type_id == ::CFURLGetTypeID()) {

Completed in 68 milliseconds