Searched refs:RichCompare (Results 1 - 3 of 3) sorted by relevance

/external/protobuf/python/google/protobuf/pyext/
H A Drepeated_composite_container.cc450 static PyObject* RichCompare(RepeatedCompositeContainer* self, function in namespace:google::protobuf::python::repeated_composite_container
746 (richcmpfunc)repeated_composite_container::RichCompare, // tp_richcompare
H A Drepeated_scalar_container.cc563 static PyObject* RichCompare(RepeatedScalarContainer* self,
808 (richcmpfunc)repeated_scalar_container::RichCompare, // tp_richcompare
H A Dmessage.cc1601 static PyObject* RichCompare(CMessage* self, PyObject* other, int opid) { function in namespace:google::protobuf::python::cmessage
2336 (richcmpfunc)cmessage::RichCompare, // tp_richcompare

Completed in 319 milliseconds