Searched defs:_Py_NewReference (Results 1 - 4 of 4) sorted by relevance

/prebuilts/gdb/darwin-x86/include/python2.7/
H A Dobject.h669 The macro _Py_NewReference(op) initialize reference counts to 1, and
701 * e.g, defining _Py_NewReference five different times in a maze of nested
742 PyAPI_FUNC(void) _Py_NewReference(PyObject *);
753 #define _Py_NewReference(op) ( \ macro
/prebuilts/gdb/linux-x86/include/python2.7/
H A Dobject.h669 The macro _Py_NewReference(op) initialize reference counts to 1, and
701 * e.g, defining _Py_NewReference five different times in a maze of nested
742 PyAPI_FUNC(void) _Py_NewReference(PyObject *);
753 #define _Py_NewReference(op) ( \ macro
/prebuilts/python/darwin-x86/2.7.5/include/python2.7/
H A Dobject.h669 The macro _Py_NewReference(op) initialize reference counts to 1, and
701 * e.g, defining _Py_NewReference five different times in a maze of nested
742 PyAPI_FUNC(void) _Py_NewReference(PyObject *);
753 #define _Py_NewReference(op) ( \ macro
/prebuilts/python/linux-x86/2.7.5/include/python2.7/
H A Dobject.h669 The macro _Py_NewReference(op) initialize reference counts to 1, and
701 * e.g, defining _Py_NewReference five different times in a maze of nested
742 PyAPI_FUNC(void) _Py_NewReference(PyObject *);
753 #define _Py_NewReference(op) ( \ macro

Completed in 663 milliseconds