Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/python/google/protobuf/pyext/
Drepeated_composite_container.cc304 int opid) { in RichCompare() argument
314 if (opid == Py_EQ || opid == Py_NE) { in RichCompare()
330 return PyObject_RichCompare(list.get(), other_list.get(), opid); in RichCompare()
Ddescriptor_containers.cc419 static PyObject* RichCompare(PyContainer* self, PyObject* other, int opid) { in RichCompare() argument
420 if (opid != Py_EQ && opid != Py_NE) { in RichCompare()
435 if (result ^ (opid == Py_NE)) { in RichCompare()
Dmessage.cc2192 static PyObject* RichCompare(CMessage* self, PyObject* other, int opid) { in CheckAndGetInteger() argument
2194 if (opid != Py_EQ && opid != Py_NE) { in CheckAndGetInteger()
2216 if (equals ^ (opid == Py_EQ)) { in CheckAndGetInteger()