Home
last modified time | relevance | path

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

/third_party/python/Include/cpython/
H A Dpystate.h325 // likely a registered "crossinterpdatafunc", is responsible for
363 typedef int (*crossinterpdatafunc)(PyObject *, _PyCrossInterpreterData *); typedef
365 PyAPI_FUNC(int) _PyCrossInterpreterData_RegisterClass(PyTypeObject *, crossinterpdatafunc);
366 PyAPI_FUNC(crossinterpdatafunc) _PyCrossInterpreterData_Lookup(PyObject *);
/third_party/python/Python/
H A Dpystate.c1772 crossinterpdatafunc _PyCrossInterpreterData_Lookup(PyObject *);
1776 static crossinterpdatafunc
1779 crossinterpdatafunc getdata = _PyCrossInterpreterData_Lookup(obj); in _lookup_getdata()
1789 crossinterpdatafunc getdata = _lookup_getdata(obj); in _PyObject_CheckCrossInterpreterData()
1834 crossinterpdatafunc getdata = _lookup_getdata(obj); in _PyObject_GetCrossInterpreterData()
1919 /* registry of {type -> crossinterpdatafunc} */
1923 crossinterpdatafunc. It would be simpler and more efficient. */
1927 crossinterpdatafunc getdata) in _register_xidata()
1945 crossinterpdatafunc getdata) in _PyCrossInterpreterData_RegisterClass()
1973 crossinterpdatafunc
[all...]
/third_party/python/Include/internal/
H A Dpycore_interp.h208 crossinterpdatafunc. It would be simpler and more efficient. */
214 crossinterpdatafunc getdata;

Completed in 4 milliseconds