OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PyObject_New
(Results
1 - 7
of
7
) sorted by null
/external/chromium_org/third_party/protobuf/python/google/protobuf/pyext/
python_descriptor.cc
159
CFieldDescriptor* cfield_descriptor =
PyObject_New
(
285
CDescriptorPool* cdescriptor_pool =
PyObject_New
(
python-proto2.cc
[
all
...]
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/tests/
xxmodule.c
34
self =
PyObject_New
(XxoObject, &Xxo_Type);
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/tests/
xxmodule.c
34
self =
PyObject_New
(XxoObject, &Xxo_Type);
/prebuilts/python/darwin-x86/2.7.5/include/python2.7/
objimpl.h
29
-
PyObject_New
(type, typeobj) allocates memory for a new object of the given
156
#define
PyObject_New
(type, typeobj) \
192
#define
PyObject_NEW
(type, typeobj) \
202
allocator, where
PyObject_New
is inlined, and shows the important
/prebuilts/python/linux-x86/2.7.5/include/python2.7/
objimpl.h
29
-
PyObject_New
(type, typeobj) allocates memory for a new object of the given
156
#define
PyObject_New
(type, typeobj) \
192
#define
PyObject_NEW
(type, typeobj) \
202
allocator, where
PyObject_New
is inlined, and shows the important
/external/linux-tools-perf/util/
python.c
235
pevent =
PyObject_New
(struct pyrf_event, ptype);
Completed in 388 milliseconds