Searched refs:PyObject_HashNotImplemented (Results 1 – 24 of 24) sorted by relevance
/third_party/protobuf/python/google/protobuf/pyext/ |
D | unknown_fields.cc | 172 PyObject_HashNotImplemented, // tp_hash 329 PyObject_HashNotImplemented, // tp_hash
|
D | extension_dict.cc | 385 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()
|
D | message.cc | 2785 PyObject_HashNotImplemented, // tp_hash
|
/third_party/python/Python/ |
D | hamt.c | 2908 .tp_hash = PyObject_HashNotImplemented, 2925 .tp_hash = PyObject_HashNotImplemented, 2938 .tp_hash = PyObject_HashNotImplemented, 2951 .tp_hash = PyObject_HashNotImplemented,
|
D | context.c | 720 .tp_hash = PyObject_HashNotImplemented, 1211 .tp_hash = PyObject_HashNotImplemented,
|
/third_party/python/Include/ |
D | object.h | 284 PyAPI_FUNC(Py_hash_t) PyObject_HashNotImplemented(PyObject *);
|
/third_party/python/Objects/ |
D | sliceobject.c | 645 PyObject_HashNotImplemented, /* tp_hash */
|
D | object.c | 777 PyObject_HashNotImplemented(PyObject *v) in PyObject_HashNotImplemented() function 802 return PyObject_HashNotImplemented(v); in PyObject_Hash()
|
D | typeobject.c | 6245 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()
|
D | setobject.c | 2103 PyObject_HashNotImplemented, /* tp_hash */
|
D | listobject.c | 3055 PyObject_HashNotImplemented, /* tp_hash */
|
D | dictobject.c | 3548 PyObject_HashNotImplemented, /* tp_hash */
|
/third_party/python/PC/ |
D | python3dll.c | 458 EXPORT_FUNC(PyObject_HashNotImplemented)
|
/third_party/python/Doc/data/ |
D | stable_abi.dat | 502 function,PyObject_HashNotImplemented,3.2,
|
D | refcounts.dat | 1717 PyObject_HashNotImplemented:Py_hash_t::: 1718 PyObject_HashNotImplemented:PyObject*:o:0:
|
/third_party/python/Doc/c-api/ |
D | object.rst | 263 .. c:function:: Py_hash_t PyObject_HashNotImplemented(PyObject *o)
|
D | typeobj.rst | 884 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/ |
D | stable_abi.txt | 1085 function PyObject_HashNotImplemented
|
/third_party/python/Modules/ |
D | _collectionsmodule.c | 1659 PyObject_HashNotImplemented, /* tp_hash */
|
D | _pickle.c | 4923 PyObject_HashNotImplemented, /* tp_hash */ 7435 PyObject_HashNotImplemented, /* tp_hash */
|
/third_party/python/Doc/whatsnew/ |
D | 2.6.rst | 1643 :c:func:`PyObject_HashNotImplemented`. 3275 :c:func:`PyObject_HashNotImplemented`.
|
/third_party/python/Modules/_decimal/ |
D | _decimal.c | 693 PyObject_HashNotImplemented, /* tp_hash */
|