Searched refs:PyObject_HashNotImplemented (Results 1 – 25 of 43) sorted by relevance
12
| /external/protobuf/python/google/protobuf/pyext/ |
| D | unknown_fields.cc | 175 PyObject_HashNotImplemented, // tp_hash 336 PyObject_HashNotImplemented, // tp_hash
|
| D | unknown_field_set.cc | 173 PyObject_HashNotImplemented, // tp_hash 328 PyObject_HashNotImplemented, // tp_hash
|
| D | extension_dict.cc | 387 PyObject_HashNotImplemented, // tp_hash
|
| D | repeated_composite_container.cc | 564 PyObject_HashNotImplemented, // tp_hash
|
| D | repeated_scalar_container.cc | 747 PyObject_HashNotImplemented, // tp_hash
|
| /external/cronet/third_party/protobuf/python/google/protobuf/pyext/ |
| D | unknown_fields.cc | 175 PyObject_HashNotImplemented, // tp_hash 336 PyObject_HashNotImplemented, // tp_hash
|
| D | extension_dict.cc | 387 PyObject_HashNotImplemented, // tp_hash
|
| D | repeated_composite_container.cc | 564 PyObject_HashNotImplemented, // tp_hash
|
| D | repeated_scalar_container.cc | 747 PyObject_HashNotImplemented, // tp_hash
|
| /external/python/cpython3/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,
|
| /external/python/cpython3/Include/ |
| D | object.h | 284 PyAPI_FUNC(Py_hash_t) PyObject_HashNotImplemented(PyObject *);
|
| /external/python/cpython3/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 | 6243 type->tp_hash = PyObject_HashNotImplemented; in type_ready_set_hash() 7442 return PyObject_HashNotImplemented(self); in slot_tp_hash() 8318 specific = (void *)PyObject_HashNotImplemented; in update_one_slot() 8625 if (*ptr == (void *)PyObject_HashNotImplemented) { in add_operators()
|
| /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/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) {
|
| /external/python/cpython3/PC/ |
| D | python3dll.c | 458 EXPORT_FUNC(PyObject_HashNotImplemented)
|
| /external/python/cpython3/Doc/data/ |
| D | stable_abi.dat | 502 function,PyObject_HashNotImplemented,3.2,
|
| /external/python/cpython3/Doc/c-api/ |
| D | object.rst | 264 .. c:function:: Py_hash_t PyObject_HashNotImplemented(PyObject *o)
|
| /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 */
|
12