Searched refs:PyObject_HashNotImplemented (Results 1 – 25 of 34) sorted by relevance
12
/external/protobuf/python/google/protobuf/pyext/ |
D | unknown_fields.cc | 172 PyObject_HashNotImplemented, // tp_hash 329 PyObject_HashNotImplemented, // tp_hash
|
D | extension_dict.cc | 381 PyObject_HashNotImplemented, // tp_hash
|
D | repeated_composite_container.cc | 553 PyObject_HashNotImplemented, // tp_hash
|
D | repeated_scalar_container.cc | 751 PyObject_HashNotImplemented, // tp_hash in Subscript()
|
/external/python/cpython3/Python/ |
D | context.c | 704 .tp_hash = PyObject_HashNotImplemented, 1195 .tp_hash = PyObject_HashNotImplemented,
|
D | hamt.c | 2927 .tp_hash = PyObject_HashNotImplemented, 2944 .tp_hash = PyObject_HashNotImplemented, 2957 .tp_hash = PyObject_HashNotImplemented, 2970 .tp_hash = PyObject_HashNotImplemented,
|
/external/python/cpython3/Include/ |
D | object.h | 260 PyAPI_FUNC(Py_hash_t) PyObject_HashNotImplemented(PyObject *);
|
/external/python/cpython3/Objects/ |
D | sliceobject.c | 636 PyObject_HashNotImplemented, /* tp_hash */
|
D | object.c | 757 PyObject_HashNotImplemented(PyObject *v) in PyObject_HashNotImplemented() function 782 return PyObject_HashNotImplemented(v); in PyObject_Hash()
|
D | typeobject.c | 5561 type->tp_hash = PyObject_HashNotImplemented; in PyType_Ready() 6656 return PyObject_HashNotImplemented(self); in slot_tp_hash() 7532 specific = (void *)PyObject_HashNotImplemented; in update_one_slot() 7823 if (*ptr == (void *)PyObject_HashNotImplemented) { in add_operators()
|
D | setobject.c | 2106 PyObject_HashNotImplemented, /* tp_hash */
|
/external/python/cpython2/Misc/NEWS.d/ |
D | 2.6b2.rst | 53 tp_hash=PyObject_HashNotImplemented at the C level.
|
D | 2.6b3.rst | 518 the C API function PyObject_HashNotImplemented and its interaction with the
|
/external/python/cpython2/Include/ |
D | object.h | 484 PyAPI_FUNC(long) PyObject_HashNotImplemented(PyObject *);
|
/external/python/cpython3/PC/ |
D | python3.def | 478 PyObject_HashNotImplemented=python39.PyObject_HashNotImplemented
|
/external/python/cpython2/Objects/ |
D | object.c | 1100 PyObject_HashNotImplemented(PyObject *self) in PyObject_HashNotImplemented() function 1130 return PyObject_HashNotImplemented(v); in PyObject_Hash()
|
D | typeobject.c | 4067 (base->tp_hash != PyObject_HashNotImplemented) && 5589 return PyObject_HashNotImplemented(self); 6381 specific = PyObject_HashNotImplemented; 6583 if (*ptr == PyObject_HashNotImplemented) {
|
D | setobject.c | 2141 (hashfunc)PyObject_HashNotImplemented, /* tp_hash */
|
D | listobject.c | 2782 (hashfunc)PyObject_HashNotImplemented, /* tp_hash */
|
/external/python/cpython3/Doc/c-api/ |
D | object.rst | 263 .. c:function:: Py_hash_t PyObject_HashNotImplemented(PyObject *o)
|
D | typeobj.rst | 861 This is the same as setting it to :c:func:`PyObject_HashNotImplemented`. 863 This field can be set explicitly to :c:func:`PyObject_HashNotImplemented` to 869 :c:func:`PyObject_HashNotImplemented`.
|
/external/python/cpython2/Doc/c-api/ |
D | object.rst | 313 .. c:function:: long PyObject_HashNotImplemented(PyObject *o)
|
/external/python/cpython2/Modules/ |
D | _collectionsmodule.c | 1214 (hashfunc)PyObject_HashNotImplemented, /* tp_hash */
|
/external/python/cpython3/Doc/data/ |
D | refcounts.dat | 1711 PyObject_HashNotImplemented:Py_hash_t::: 1712 PyObject_HashNotImplemented:PyObject*:o:0:
|
/external/python/cpython3/Modules/ |
D | _collectionsmodule.c | 1637 PyObject_HashNotImplemented, /* tp_hash */
|
12