Searched refs:opid (Results 1 – 3 of 3) sorted by relevance
304 int opid) { in RichCompare() argument314 if (opid == Py_EQ || opid == Py_NE) { in RichCompare()330 return PyObject_RichCompare(list.get(), other_list.get(), opid); in RichCompare()
419 static PyObject* RichCompare(PyContainer* self, PyObject* other, int opid) { in RichCompare() argument420 if (opid != Py_EQ && opid != Py_NE) { in RichCompare()435 if (result ^ (opid == Py_NE)) { in RichCompare()
2192 static PyObject* RichCompare(CMessage* self, PyObject* other, int opid) { in CheckAndGetInteger() argument2194 if (opid != Py_EQ && opid != Py_NE) { in CheckAndGetInteger()2216 if (equals ^ (opid == Py_EQ)) { in CheckAndGetInteger()