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

/external/python/cpython2/Mac/Modules/cf/
H A D_CFmodule.c1799 typedef struct CFStringRefObject { struct
1803 } CFStringRefObject; typedef in typeref:struct:CFStringRefObject
1807 CFStringRefObject *it;
1813 it = PyObject_NEW(CFStringRefObject, &CFStringRef_Type);
1848 *p_itself = ((CFStringRefObject *)v)->ob_itself;
1852 static void CFStringRefObj_dealloc(CFStringRefObject *self)
1862 static PyObject *CFStringRefObj_CFStringCreateWithSubstring(CFStringRefObject *_self, PyObject *_args)
1878 static PyObject *CFStringRefObj_CFStringCreateCopy(CFStringRefObject *_self, PyObject *_args)
1891 static PyObject *CFStringRefObj_CFStringGetLength(CFStringRefObject *_self, PyObject *_args)
1906 static PyObject *CFStringRefObj_CFStringGetBytes(CFStringRefObject *_sel
[all...]

Completed in 100 milliseconds