Home
last modified time | relevance | path

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

/third_party/node/deps/v8/third_party/jinja2/
Ddebug.py265 ctypes.pythonapi.Py_IncRef(c_tb_next)
/third_party/skia/third_party/externals/jinja2/
Ddebug.py265 ctypes.pythonapi.Py_IncRef(c_tb_next)
/third_party/python/Doc/c-api/
Drefcounting.rst114 ``Py_IncRef(PyObject *o)``, ``Py_DecRef(PyObject *o)``. They are
/third_party/python/Include/
Dobject.h453 PyAPI_FUNC(void) Py_IncRef(PyObject *);
/third_party/python/PC/
Dpython3dll.c72 EXPORT_FUNC(Py_IncRef)
/third_party/python/Doc/data/
Dstable_abi.dat806 function,Py_IncRef,3.2,
/third_party/python/Objects/
Dobject.c135 Py_IncRef(PyObject *o) in Py_IncRef() function
/third_party/python/Misc/
Dstable_abi.txt1542 function Py_IncRef
DHISTORY20989 - New public functions Py_IncRef() and Py_DecRef(), exposing the
/third_party/python/Modules/
D_testcapimodule.c3905 Py_IncRef(obj); in test_incref_decref_API()