OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:_Py_NewReference
(Results
1 - 2
of
2
) sorted by null
/prebuilts/python/darwin-x86/2.7.5/include/python2.7/
object.h
669
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) ( \
[
all
...]
/prebuilts/python/linux-x86/2.7.5/include/python2.7/
object.h
669
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) ( \
[
all
...]
Completed in 57 milliseconds