Home
last modified time | relevance | path

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

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