Home
last modified time | relevance | path

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

12

/external/python/cpython3/Modules/_sqlite/
Drow.c202 PyObject *res = PyObject_RichCompare(self->description, other->description, opid); in pysqlite_row_richcompare()
206 return PyObject_RichCompare(self->data, other->data, opid); in pysqlite_row_richcompare()
/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.c71 return PyObject_RichCompare(a, b, op); in cell_richcompare()
Dnamespaceobject.c167 return PyObject_RichCompare(((_PyNamespaceObject *)self)->ns_dict, in namespace_richcompare()
Dweakrefobject.c210 return PyObject_RichCompare(PyWeakref_GET_OBJECT(self), in weakref_richcompare()
492 return PyObject_RichCompare(proxy, v, op); in proxy_richcompare()
Dsliceobject.c606 PyObject *res = PyObject_RichCompare(t1, t2, op); in slice_richcompare()
Ddescrobject.c948 return PyObject_RichCompare(v->mapping, w, op); in mappingproxy_richcompare()
1052 return PyObject_RichCompare(a, b, op); in wrapper_richcompare()
Dobject.c733 PyObject_RichCompare(PyObject *v, PyObject *w, int op) in PyObject_RichCompare() function
767 res = PyObject_RichCompare(v, w, op); in PyObject_RichCompareBool()
Dtupleobject.c654 return PyObject_RichCompare(vt->ob_item[i], wt->ob_item[i], op); in tuplerichcompare()
Dcomplexobject.c648 sub_res = PyObject_RichCompare(j, w, op); in complex_richcompare()
/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/protobuf/python/google/protobuf/pyext/
Drepeated_composite_container.cc330 return PyObject_RichCompare(list.get(), other_list.get(), opid); in RichCompare()
Drepeated_scalar_container.cc590 return PyObject_RichCompare(list.get(), other, opid); in RichCompare()
/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()
Dobject.c949 PyObject_RichCompare(PyObject *v, PyObject *w, int op) in PyObject_RichCompare() function
1009 res = PyObject_RichCompare(v, w, op); in PyObject_RichCompareBool()
Dtupleobject.c635 return PyObject_RichCompare(vt->ob_item[i], wt->ob_item[i], op); in tuplerichcompare()
Ddescrobject.c872 return PyObject_RichCompare(v->dict, w, op); in proxy_richcompare()
/external/python/cpython3/PC/
Dpython3.def487 PyObject_RichCompare=python37.PyObject_RichCompare
/external/python/cpython2/Include/
Dobject.h469 PyAPI_FUNC(PyObject *) PyObject_RichCompare(PyObject *, PyObject *, int);
/external/python/cpython3/Include/
Dobject.h530 PyAPI_FUNC(PyObject *) PyObject_RichCompare(PyObject *, PyObject *, int);
/external/python/cpython3/Doc/data/
Drefcounts.dat1739 PyObject_RichCompare:PyObject*::+1:
1740 PyObject_RichCompare:PyObject*:o1:0:
1741 PyObject_RichCompare:PyObject*:o2:0:
1742 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