Home
last modified time | relevance | path

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

12

/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
/external/python/cpython3/Python/
Dcontext.c673 .tp_hash = PyObject_HashNotImplemented,
1143 .tp_hash = PyObject_HashNotImplemented,
Dhamt.c2926 .tp_hash = PyObject_HashNotImplemented,
2943 .tp_hash = PyObject_HashNotImplemented,
2956 .tp_hash = PyObject_HashNotImplemented,
2969 .tp_hash = PyObject_HashNotImplemented,
/external/python/cpython3/Objects/
Dsliceobject.c635 PyObject_HashNotImplemented, /* tp_hash */
Dobject.c779 PyObject_HashNotImplemented(PyObject *v) in PyObject_HashNotImplemented() function
804 return PyObject_HashNotImplemented(v); in PyObject_Hash()
Dtypeobject.c5284 type->tp_hash = PyObject_HashNotImplemented; in PyType_Ready()
6334 return PyObject_HashNotImplemented(self); in slot_tp_hash()
7143 specific = (void *)PyObject_HashNotImplemented; in update_one_slot()
7420 if (*ptr == (void *)PyObject_HashNotImplemented) { in add_operators()
Dsetobject.c2151 PyObject_HashNotImplemented, /* tp_hash */
/external/python/cpython3/PC/
Dpython3.def476 PyObject_HashNotImplemented=python37.PyObject_HashNotImplemented
/external/python/cpython2/Misc/NEWS.d/
D2.6b2.rst53 tp_hash=PyObject_HashNotImplemented at the C level.
D2.6b3.rst518 the C API function PyObject_HashNotImplemented and its interaction with the
/external/python/cpython2/Include/
Dobject.h484 PyAPI_FUNC(long) PyObject_HashNotImplemented(PyObject *);
/external/python/cpython3/Include/
Dobject.h567 PyAPI_FUNC(Py_hash_t) PyObject_HashNotImplemented(PyObject *);
/external/python/cpython2/Objects/
Dobject.c1100 PyObject_HashNotImplemented(PyObject *self) in PyObject_HashNotImplemented() function
1130 return PyObject_HashNotImplemented(v); in PyObject_Hash()
Dtypeobject.c4067 (base->tp_hash != PyObject_HashNotImplemented) &&
5589 return PyObject_HashNotImplemented(self);
6381 specific = PyObject_HashNotImplemented;
6583 if (*ptr == PyObject_HashNotImplemented) {
Dsetobject.c2141 (hashfunc)PyObject_HashNotImplemented, /* tp_hash */
Ddictobject.c2471 (hashfunc)PyObject_HashNotImplemented, /* tp_hash */
Dlistobject.c2782 (hashfunc)PyObject_HashNotImplemented, /* tp_hash */
/external/python/cpython3/Doc/c-api/
Dobject.rst350 .. c:function:: Py_hash_t PyObject_HashNotImplemented(PyObject *o)
Dtypeobj.rst299 This field can be set explicitly to :c:func:`PyObject_HashNotImplemented` to
305 :c:func:`PyObject_HashNotImplemented`.
/external/python/cpython2/Doc/c-api/
Dobject.rst313 .. c:function:: long PyObject_HashNotImplemented(PyObject *o)
/external/python/cpython2/Modules/
D_collectionsmodule.c1214 (hashfunc)PyObject_HashNotImplemented, /* tp_hash */
/external/python/cpython3/Doc/data/
Drefcounts.dat1682 PyObject_HashNotImplemented:Py_hash_t:::
1683 PyObject_HashNotImplemented:PyObject*:o:0:
/external/python/cpython3/Modules/
D_collectionsmodule.c1653 PyObject_HashNotImplemented, /* tp_hash */

12