OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PyObject_Del
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/third_party/protobuf/python/google/protobuf/pyext/
python_descriptor.cc
137
PyObject_Del
, // tp_free
269
PyObject_Del
, // tp_free
python-proto2.cc
316
PyObject_Del
, // tp_free
[
all
...]
/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/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 479 milliseconds