Home
last modified time | relevance | path

Searched refs:CFMutableDictionaryRefObj_Check (Results 1 – 1 of 1) sorted by relevance

/external/python/cpython2/Mac/Modules/cf/
D_CFmodule.c1124 #define CFMutableDictionaryRefObj_Check(x) ((x)->ob_type == &CFMutableDictionaryRef_Type || PyObjec… macro
1154 if (!CFMutableDictionaryRefObj_Check(v)) in CFMutableDictionaryRefObj_Convert()
4853 !CFMutableDictionaryRefObj_Check(v) && in CFObj_Convert()