Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/python/google/protobuf/pyext/
Drepeated_composite_container.cc302 static PyObject* RichCompare(RepeatedCompositeContainer* self, in RichCompare() function
595 (richcmpfunc)repeated_composite_container::RichCompare, // tp_richcompare
Ddescriptor_containers.cc419 static PyObject* RichCompare(PyContainer* self, PyObject* other, int opid) { in RichCompare() function
580 (richcmpfunc)RichCompare, // tp_richcompare
764 (richcmpfunc)RichCompare, // tp_richcompare
Dmessage.cc2192 static PyObject* RichCompare(CMessage* self, PyObject* other, int opid) { in CheckAndGetInteger() function
2777 (richcmpfunc)cmessage::RichCompare, // tp_richcompare in CheckAndGetInteger()