Searched refs:RichCompare (Results 1 – 4 of 4) sorted by relevance
/external/protobuf/python/google/protobuf/pyext/ |
D | repeated_composite_container.cc | 302 static PyObject* RichCompare(RepeatedCompositeContainer* self, in RichCompare() function 595 (richcmpfunc)repeated_composite_container::RichCompare, // tp_richcompare
|
D | repeated_scalar_container.cc | 562 static PyObject* RichCompare(RepeatedScalarContainer* self, in RichCompare() function 795 (richcmpfunc)repeated_scalar_container::RichCompare, // tp_richcompare
|
D | descriptor_containers.cc | 419 static PyObject* RichCompare(PyContainer* self, PyObject* other, int opid) { in RichCompare() function 580 (richcmpfunc)RichCompare, // tp_richcompare 740 (richcmpfunc)RichCompare, // tp_richcompare
|
D | message.cc | 2195 static PyObject* RichCompare(CMessage* self, PyObject* other, int opid) { in CheckAndGetInteger() function 2780 (richcmpfunc)cmessage::RichCompare, // tp_richcompare in CheckAndGetInteger()
|