Searched refs:RichCompare (Results 1 – 3 of 3) sorted by relevance
302 static PyObject* RichCompare(RepeatedCompositeContainer* self, in RichCompare() function595 (richcmpfunc)repeated_composite_container::RichCompare, // tp_richcompare
419 static PyObject* RichCompare(PyContainer* self, PyObject* other, int opid) { in RichCompare() function580 (richcmpfunc)RichCompare, // tp_richcompare764 (richcmpfunc)RichCompare, // tp_richcompare
2192 static PyObject* RichCompare(CMessage* self, PyObject* other, int opid) { in CheckAndGetInteger() function2777 (richcmpfunc)cmessage::RichCompare, // tp_richcompare in CheckAndGetInteger()