Home
last modified time | relevance | path

Searched refs:PyObject_RichCompare (Results 1 – 25 of 44) sorted by relevance

12

/external/python/cpython2/Modules/_sqlite/
Drow.c204 PyObject *res = PyObject_RichCompare(self->description, other->description, opid); in pysqlite_row_richcompare()
208 return PyObject_RichCompare(self->data, other->data, opid); in pysqlite_row_richcompare()
/external/python/cpython3/Modules/
D_operator.c574 return PyObject_RichCompare(a, b, Py_EQ); in _operator_eq_impl()
587 return PyObject_RichCompare(a, b, Py_NE); in _operator_ne_impl()
600 return PyObject_RichCompare(a, b, Py_LT); in _operator_lt_impl()
613 return PyObject_RichCompare(a, b, Py_LE); in _operator_le_impl()
626 return PyObject_RichCompare(a, b, Py_GT); in _operator_gt_impl()
639 return PyObject_RichCompare(a, b, Py_GE); in _operator_ge_impl()
/external/python/cpython3/Objects/
Dcellobject.c101 return PyObject_RichCompare(a, b, op); in cell_richcompare()
Dnamespaceobject.c168 return PyObject_RichCompare(((_PyNamespaceObject *)self)->ns_dict, in namespace_richcompare()
Dinterpreteridobject.c204 PyObject *res = PyObject_RichCompare(pyid, other, op); in interpid_richcompare()
Dweakrefobject.c223 PyObject* res = PyObject_RichCompare(obj, other_obj, op); in weakref_richcompare()
528 return PyObject_RichCompare(proxy, v, op); in proxy_richcompare()
Dsliceobject.c607 PyObject *res = PyObject_RichCompare(t1, t2, op); in slice_richcompare()
Dgenericaliasobject.c460 return PyObject_RichCompare(aa->args, bb->args, Py_EQ); in ga_richcompare()
Dobject.c709 PyObject_RichCompare(PyObject *v, PyObject *w, int op) in PyObject_RichCompare() function
745 res = PyObject_RichCompare(v, w, op); in PyObject_RichCompareBool()
Dtupleobject.c678 return PyObject_RichCompare(vt->ob_item[i], wt->ob_item[i], op); in tuplerichcompare()
Dcomplexobject.c637 sub_res = PyObject_RichCompare(j, w, op); in complex_richcompare()
/external/python/cpython3/Modules/_sqlite/
Drow.c202 return PyObject_RichCompare(self->data, other->data, opid); in pysqlite_row_richcompare()
/external/python/cpython3/Include/
Dobject.h245 PyAPI_FUNC(PyObject *) PyObject_RichCompare(PyObject *, PyObject *, int);
/external/python/cpython2/Doc/data/
Drefcounts.dat1020 PyObject_RichCompare:PyObject*::+1:
1021 PyObject_RichCompare:PyObject*:o1:0:
1022 PyObject_RichCompare:PyObject*:o2:0:
1023 PyObject_RichCompare:int:opid::
/external/python/cpython2/Objects/
Dstructseq.c366 result = PyObject_RichCompare(tup, o2, op); in structseq_richcompare()
Dweakrefobject.c213 return PyObject_RichCompare(PyWeakref_GET_OBJECT(self), in weakref_richcompare()
Dtupleobject.c635 return PyObject_RichCompare(vt->ob_item[i], wt->ob_item[i], op); in tuplerichcompare()
Dobject.c949 PyObject_RichCompare(PyObject *v, PyObject *w, int op) in PyObject_RichCompare() function
1009 res = PyObject_RichCompare(v, w, op); in PyObject_RichCompareBool()
/external/protobuf/python/google/protobuf/pyext/
Drepeated_composite_container.cc353 return PyObject_RichCompare(list.get(), other_list.get(), opid); in Subscript()
Drepeated_scalar_container.cc588 return PyObject_RichCompare(list.get(), other, opid); in Subscript()
/external/python/cpython2/Include/
Dobject.h469 PyAPI_FUNC(PyObject *) PyObject_RichCompare(PyObject *, PyObject *, int);
/external/python/cpython3/PC/
Dpython3.def489 PyObject_RichCompare=python39.PyObject_RichCompare
/external/python/cpython3/Doc/data/
Drefcounts.dat1768 PyObject_RichCompare:PyObject*::+1:
1769 PyObject_RichCompare:PyObject*:o1:0:
1770 PyObject_RichCompare:PyObject*:o2:0:
1771 PyObject_RichCompare:int:opid::
/external/python/cpython2/Modules/
Doperator.c66 return PyObject_RichCompare(a1,a2,A); }
/external/python/cpython2/PC/os2emx/
Dpython27.def453 "PyObject_RichCompare"

12