Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/jinja2/
Ddebug.py260 ctypes.pythonapi.Py_DecRef(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.h454 PyAPI_FUNC(void) Py_DecRef(PyObject *);
/third_party/skia/third_party/externals/libwebp/swig/
Dlibwebp_python_wrap.c1605 Py_DecRef(repr); in SwigPyObject_repr()
1606 Py_DecRef(nrep); in SwigPyObject_repr()
5220 Py_DecRef(str); in swig_varlink_str()
5221 Py_DecRef(tail); in swig_varlink_str()
5226 Py_DecRef(str); in swig_varlink_str()
5227 Py_DecRef(tail); in swig_varlink_str()
5233 Py_DecRef(str); in swig_varlink_str()
5234 Py_DecRef(tail); in swig_varlink_str()
/third_party/flutter/skia/third_party/externals/libwebp/swig/
Dlibwebp_python_wrap.c1600 Py_DecRef(repr); in SwigPyObject_repr()
1601 Py_DecRef(nrep); in SwigPyObject_repr()
5183 Py_DecRef(str); in swig_varlink_str()
5184 Py_DecRef(tail); in swig_varlink_str()
5189 Py_DecRef(str); in swig_varlink_str()
5190 Py_DecRef(tail); in swig_varlink_str()
5196 Py_DecRef(str); in swig_varlink_str()
5197 Py_DecRef(tail); in swig_varlink_str()
/third_party/python/Modules/
D_testcapimodule.c2517 Py_DecRef(offset); in make_timezones_capi()
2518 Py_DecRef(name); in make_timezones_capi()
2541 Py_DecRef(offset); in get_timezones_offset_zero()
2542 Py_DecRef(name); in get_timezones_offset_zero()
3906 Py_DecRef(obj); in test_incref_decref_API()
3907 Py_DecRef(obj); in test_incref_decref_API()
/third_party/python/Doc/data/
Dstable_abi.dat779 function,Py_DecRef,3.2,
/third_party/python/PC/
Dpython3dll.c50 EXPORT_FUNC(Py_DecRef)
/third_party/python/Objects/
Dobject.c141 Py_DecRef(PyObject *o) in Py_DecRef() function
/third_party/python/Misc/
Dstable_abi.txt1504 function Py_DecRef
DHISTORY20989 - New public functions Py_IncRef() and Py_DecRef(), exposing the