Home
last modified time | relevance | path

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

12

/third_party/boost/libs/python/src/
Dobject_operators.cpp16 PyObject_RichCompare( \
/third_party/python/Modules/
D_operator.c587 return PyObject_RichCompare(a, b, Py_EQ); in _operator_eq_impl()
600 return PyObject_RichCompare(a, b, Py_NE); in _operator_ne_impl()
613 return PyObject_RichCompare(a, b, Py_LT); in _operator_lt_impl()
626 return PyObject_RichCompare(a, b, Py_LE); in _operator_le_impl()
639 return PyObject_RichCompare(a, b, Py_GT); in _operator_gt_impl()
652 return PyObject_RichCompare(a, b, Py_GE); in _operator_ge_impl()
D_functoolsmodule.c622 answer = PyObject_RichCompare(res, _PyLong_GetZero(), op); in keyobject_richcompare()
D_xxsubinterpretersmodule.c1639 PyObject *res = PyObject_RichCompare(pyid, other, op); in channelid_richcompare()
/third_party/boost/boost/python/
Dobject_operators.hpp82 return PyObject_RichCompare( \
/third_party/python/Objects/
Dcellobject.c101 return PyObject_RichCompare(a, b, op); in cell_richcompare()
Dinterpreteridobject.c210 PyObject *res = PyObject_RichCompare(pyid, other, op); in interpid_richcompare()
Dnamespaceobject.c168 return PyObject_RichCompare(((_PyNamespaceObject *)self)->ns_dict, in namespace_richcompare()
Dweakrefobject.c223 PyObject* res = PyObject_RichCompare(obj, other_obj, op); in weakref_richcompare()
528 return PyObject_RichCompare(proxy, v, op); in proxy_richcompare()
Dunionobject.c134 PyObject *result = PyObject_RichCompare(a_set, b_set, op); in union_richcompare()
Dsliceobject.c616 PyObject *res = PyObject_RichCompare(t1, t2, op); in slice_richcompare()
Dgenericaliasobject.c474 return PyObject_RichCompare(aa->args, bb->args, Py_EQ); in ga_richcompare()
Dobject.c729 PyObject_RichCompare(PyObject *v, PyObject *w, int op) in PyObject_RichCompare() function
765 res = PyObject_RichCompare(v, w, op); in PyObject_RichCompareBool()
Dcomplexobject.c607 sub_res = PyObject_RichCompare(j, w, op); in complex_richcompare()
Dtupleobject.c723 return PyObject_RichCompare(vt->ob_item[i], wt->ob_item[i], op); in tuplerichcompare()
Ddescrobject.c1189 return PyObject_RichCompare(v->mapping, w, op); in mappingproxy_richcompare()
/third_party/python/Modules/_sqlite/
Drow.c226 return PyObject_RichCompare(self->data, other->data, opid); in pysqlite_row_richcompare()
/third_party/python/Include/
Dobject.h269 PyAPI_FUNC(PyObject *) PyObject_RichCompare(PyObject *, PyObject *, int);
/third_party/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()
/third_party/python/Doc/data/
Drefcounts.dat1774 PyObject_RichCompare:PyObject*::+1:
1775 PyObject_RichCompare:PyObject*:o1:0:
1776 PyObject_RichCompare:PyObject*:o2:0:
1777 PyObject_RichCompare:int:opid::
Dstable_abi.dat513 function,PyObject_RichCompare,3.2,
/third_party/python/PC/
Dpython3dll.c469 EXPORT_FUNC(PyObject_RichCompare)
/third_party/python/Doc/c-api/
Dobject.rst139 .. c:function:: PyObject* PyObject_RichCompare(PyObject *o1, PyObject *o2, int opid)
/third_party/python/Misc/
Dstable_abi.txt1107 function PyObject_RichCompare

12