Home
last modified time | relevance | path

Searched refs:PyObject_HashNotImplemented (Results 1 – 15 of 15) sorted by relevance

/external/protobuf/python/google/protobuf/pyext/
Dextension_dict.cc310 PyObject_HashNotImplemented, // tp_hash
Drepeated_composite_container.cc585 PyObject_HashNotImplemented, // tp_hash
Drepeated_scalar_container.cc785 PyObject_HashNotImplemented, // tp_hash
Dmessage.cc2770 PyObject_HashNotImplemented, // tp_hash in CheckAndGetInteger()
/external/python/cpython2/Include/
Dobject.h484 PyAPI_FUNC(long) PyObject_HashNotImplemented(PyObject *);
/external/python/cpython2/Objects/
Dobject.c1095 PyObject_HashNotImplemented(PyObject *self) in PyObject_HashNotImplemented() function
1125 return PyObject_HashNotImplemented(v); in PyObject_Hash()
Dtypeobject.c4004 (base->tp_hash != PyObject_HashNotImplemented) &&
5526 return PyObject_HashNotImplemented(self);
6318 specific = PyObject_HashNotImplemented;
6518 if (*ptr == PyObject_HashNotImplemented) {
Dsetobject.c2136 (hashfunc)PyObject_HashNotImplemented, /* tp_hash */
Ddictobject.c2417 (hashfunc)PyObject_HashNotImplemented, /* tp_hash */
Dlistobject.c2783 (hashfunc)PyObject_HashNotImplemented, /* tp_hash */
/external/python/cpython2/Doc/c-api/
Dobject.rst313 .. c:function:: long PyObject_HashNotImplemented(PyObject *o)
Dtypeobj.rst335 This field can be set explicitly to :c:func:`PyObject_HashNotImplemented` to
341 :c:func:`PyObject_HashNotImplemented`.
/external/python/cpython2/Modules/
D_collectionsmodule.c1204 (hashfunc)PyObject_HashNotImplemented, /* tp_hash */
/external/python/cpython2/Doc/whatsnew/
D2.6.rst1639 :c:func:`PyObject_HashNotImplemented`.
3271 :c:func:`PyObject_HashNotImplemented`.
/external/python/cpython2/Misc/
DNEWS9481 - Issue #2235: the C API function PyObject_HashNotImplemented and its
9516 the Python level, or tp_hash=PyObject_HashNotImplemented at the C