Home
last modified time | relevance | path

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

/aosp_15_r20/external/python/cpython2/Mac/Modules/cf/
Dpycfbridge.c17 PyCF_CF2Python(CFTypeRef src) { in PyCF_CF2Python() function
45 item_py = PyCF_CF2Python(item_cf); in PyCF_CF2Python_sequence()
81 key_py = PyCF_CF2Python(key_cf); in PyCF_CF2Python_mapping()
83 value_py = PyCF_CF2Python(value_cf); in PyCF_CF2Python_mapping()
Dpycfbridge.h1 extern PyObject *PyCF_CF2Python(CFTypeRef src);
D_CFmodule.c346 _res = PyCF_CF2Python(_self->ob_itself); in CFTypeRefObj_toPython()