Searched refs:Py_tp_dealloc (Results 1 – 5 of 5) sorted by relevance
/external/python/cpython3/Include/ |
D | typeslots.h | 54 #define Py_tp_dealloc 52 macro
|
/external/protobuf/python/google/protobuf/pyext/ |
D | map_container.cc | 541 {Py_tp_dealloc, (void *)ScalarMapDealloc}, 794 {Py_tp_dealloc, (void *)MessageMapDealloc},
|
/external/python/cpython3/Modules/ |
D | _curses_panel.c | 376 {Py_tp_dealloc, PyCursesPanel_Dealloc},
|
D | _tkinter.c | 909 {Py_tp_dealloc, (destructor)PyTclObject_dealloc}, 3207 {Py_tp_dealloc, Tktt_Dealloc}, 3262 {Py_tp_dealloc, Tkapp_Dealloc},
|
/external/tensorflow/tensorflow/python/eager/ |
D | pywrap_tensor.cc | 760 {Py_tp_dealloc, reinterpret_cast<void*>(EagerTensor_dealloc)},
|