HomeSort by relevance Sort by last modified time
    Searched refs:tp_free (Results 1 - 12 of 12) sorted by null

  /external/protobuf/python/google/protobuf/pyext/
descriptor.cc 72 Py_TYPE(self)->tp_free(reinterpret_cast<PyObject*>(self));
151 PyObject_Del, // tp_free
157 Py_TYPE(self)->tp_free(reinterpret_cast<PyObject*>(self));
264 PyObject_Del, // tp_free
extension_dict.cc 276 Py_TYPE(self)->tp_free(reinterpret_cast<PyObject*>(self));
repeated_composite_container.cc 689 Py_TYPE(self)->tp_free(reinterpret_cast<PyObject*>(self));
repeated_scalar_container.cc 740 Py_TYPE(self)->tp_free(reinterpret_cast<PyObject*>(self));
message.cc 817 Py_TYPE(self)->tp_free(reinterpret_cast<PyObject*>(self));
    [all...]
  /external/chromium-trace/catapult/third_party/py_vulcanize/third_party/rcssmin/_setup/include/
cext.h 241 ((PyObject *)self)->ob_type->tp_free((PyObject *)self); \
  /external/chromium-trace/catapult/third_party/py_vulcanize/third_party/rjsmin/_setup/include/
cext.h 241 ((PyObject *)self)->ob_type->tp_free((PyObject *)self); \
  /prebuilts/gdb/darwin-x86/include/python2.7/
object.h 391 freefunc tp_free; /* Low-level free-memory routine */ member in struct:_typeobject
    [all...]
  /prebuilts/gdb/linux-x86/include/python2.7/
object.h 391 freefunc tp_free; /* Low-level free-memory routine */ member in struct:_typeobject
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
object.h 391 freefunc tp_free; /* Low-level free-memory routine */ member in struct:_typeobject
    [all...]
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
object.h 391 freefunc tp_free; /* Low-level free-memory routine */ member in struct:_typeobject
    [all...]
  /external/chromium-trace/catapult/third_party/coverage/coverage/ctracer/
tracer.c 113 Py_TYPE(self)->tp_free((PyObject*)self);
    [all...]

Completed in 580 milliseconds