OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PyObject_Del
(Results
1 - 8
of
8
) sorted by null
/prebuilts/misc/common/swig/include/2.0.11/python/
pyhead.swg
100
/* Add
PyObject_Del
for old Pythons */
102
# define
PyObject_Del
(op) PyMem_DEL((op))
104
#ifndef
PyObject_DEL
105
# define
PyObject_DEL
PyObject_Del
/external/protobuf/python/google/protobuf/pyext/
descriptor.cc
151
PyObject_Del
, // tp_free
264
PyObject_Del
, // tp_free
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/tests/
xxmodule.c
47
PyObject_Del
(self);
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/tests/
xxmodule.c
47
PyObject_Del
(self);
/prebuilts/gdb/darwin-x86/include/python2.7/
objimpl.h
41
-
PyObject_Del
(op) releases the memory allocated for an object. It does not
138
#define
PyObject_Del
PyObject_Free
139
#define
PyObject_DEL
PyObject_FREE
/prebuilts/gdb/linux-x86/include/python2.7/
objimpl.h
41
-
PyObject_Del
(op) releases the memory allocated for an object. It does not
138
#define
PyObject_Del
PyObject_Free
139
#define
PyObject_DEL
PyObject_FREE
/prebuilts/python/darwin-x86/2.7.5/include/python2.7/
objimpl.h
41
-
PyObject_Del
(op) releases the memory allocated for an object. It does not
138
#define
PyObject_Del
PyObject_Free
139
#define
PyObject_DEL
PyObject_FREE
/prebuilts/python/linux-x86/2.7.5/include/python2.7/
objimpl.h
41
-
PyObject_Del
(op) releases the memory allocated for an object. It does not
138
#define
PyObject_Del
PyObject_Free
139
#define
PyObject_DEL
PyObject_FREE
Completed in 722 milliseconds