Home
last modified time | relevance | path

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

/external/python/cpython3/Include/
Dtypeslots.h54 #define Py_tp_dealloc 52 macro
/external/protobuf/python/google/protobuf/pyext/
Dmap_container.cc541 {Py_tp_dealloc, (void *)ScalarMapDealloc},
794 {Py_tp_dealloc, (void *)MessageMapDealloc},
/external/python/cpython3/Modules/
D_curses_panel.c376 {Py_tp_dealloc, PyCursesPanel_Dealloc},
D_tkinter.c909 {Py_tp_dealloc, (destructor)PyTclObject_dealloc},
3207 {Py_tp_dealloc, Tktt_Dealloc},
3262 {Py_tp_dealloc, Tkapp_Dealloc},
/external/tensorflow/tensorflow/python/eager/
Dpywrap_tensor.cc760 {Py_tp_dealloc, reinterpret_cast<void*>(EagerTensor_dealloc)},