Home
last modified time | relevance | path

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

/third_party/protobuf/python/google/protobuf/pyext/
Dunknown_fields.cc172 PyObject_HashNotImplemented, // tp_hash
329 PyObject_HashNotImplemented, // tp_hash
Dextension_dict.cc385 PyObject_HashNotImplemented, // tp_hash
Drepeated_composite_container.cc553 PyObject_HashNotImplemented, // tp_hash
Drepeated_scalar_container.cc751 PyObject_HashNotImplemented, // tp_hash in Subscript()
Dmessage.cc2785 PyObject_HashNotImplemented, // tp_hash
/third_party/python/Python/
Dhamt.c2908 .tp_hash = PyObject_HashNotImplemented,
2925 .tp_hash = PyObject_HashNotImplemented,
2938 .tp_hash = PyObject_HashNotImplemented,
2951 .tp_hash = PyObject_HashNotImplemented,
Dcontext.c720 .tp_hash = PyObject_HashNotImplemented,
1211 .tp_hash = PyObject_HashNotImplemented,
/third_party/python/Include/
Dobject.h284 PyAPI_FUNC(Py_hash_t) PyObject_HashNotImplemented(PyObject *);
/third_party/python/Objects/
Dsliceobject.c645 PyObject_HashNotImplemented, /* tp_hash */
Dobject.c777 PyObject_HashNotImplemented(PyObject *v) in PyObject_HashNotImplemented() function
802 return PyObject_HashNotImplemented(v); in PyObject_Hash()
Dtypeobject.c6245 type->tp_hash = PyObject_HashNotImplemented; in type_ready_set_hash()
7439 return PyObject_HashNotImplemented(self); in slot_tp_hash()
8315 specific = (void *)PyObject_HashNotImplemented; in update_one_slot()
8622 if (*ptr == (void *)PyObject_HashNotImplemented) { in add_operators()
Dsetobject.c2103 PyObject_HashNotImplemented, /* tp_hash */
Dlistobject.c3055 PyObject_HashNotImplemented, /* tp_hash */
Ddictobject.c3548 PyObject_HashNotImplemented, /* tp_hash */
/third_party/python/PC/
Dpython3dll.c458 EXPORT_FUNC(PyObject_HashNotImplemented)
/third_party/python/Doc/data/
Dstable_abi.dat502 function,PyObject_HashNotImplemented,3.2,
Drefcounts.dat1717 PyObject_HashNotImplemented:Py_hash_t:::
1718 PyObject_HashNotImplemented:PyObject*:o:0:
/third_party/python/Doc/c-api/
Dobject.rst263 .. c:function:: Py_hash_t PyObject_HashNotImplemented(PyObject *o)
Dtypeobj.rst884 This is the same as setting it to :c:func:`PyObject_HashNotImplemented`.
886 This field can be set explicitly to :c:func:`PyObject_HashNotImplemented` to
892 :c:func:`PyObject_HashNotImplemented`.
/third_party/python/Misc/
Dstable_abi.txt1085 function PyObject_HashNotImplemented
/third_party/python/Modules/
D_collectionsmodule.c1659 PyObject_HashNotImplemented, /* tp_hash */
D_pickle.c4923 PyObject_HashNotImplemented, /* tp_hash */
7435 PyObject_HashNotImplemented, /* tp_hash */
/third_party/python/Doc/whatsnew/
D2.6.rst1643 :c:func:`PyObject_HashNotImplemented`.
3275 :c:func:`PyObject_HashNotImplemented`.
/third_party/python/Modules/_decimal/
D_decimal.c693 PyObject_HashNotImplemented, /* tp_hash */