Searched defs:opid (Results 1 – 20 of 20) sorted by relevance
/external/python/cpython3/Modules/_sqlite/ |
D | row.c | 221 static PyObject* pysqlite_row_richcompare(pysqlite_Row *self, PyObject *_other, int opid) in pysqlite_row_richcompare()
|
/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/upb/python/ |
D | descriptor_containers.c | 257 PyObject* other, int opid) { in PyUpb_GenericSequence_RichCompare() 515 int opid) { in PyUpb_ByNameMap_RichCompare() 738 int opid) { in PyUpb_ByNumberMap_RichCompare()
|
D | extension_dict.c | 93 PyObject* _other, int opid) { in PyUpb_ExtensionDict_RichCompare()
|
D | repeated.c | 299 int opid) { in PyUpb_RepeatedContainer_RichCompare()
|
D | message.c | 771 int opid) { in PyUpb_Message_RichCompare()
|
/external/cronet/tot/third_party/protobuf/python/google/protobuf/pyext/ |
D | extension_dict.cc | 326 static PyObject* RichCompare(ExtensionDict* self, PyObject* other, int opid) { in RichCompare()
|
D | repeated_scalar_container.cc | 537 static PyObject* RichCompare(PyObject* pself, PyObject* other, int opid) { in RichCompare()
|
D | repeated_composite_container.cc | 311 static PyObject* RichCompare(PyObject* pself, PyObject* other, int opid) { in RichCompare()
|
D | descriptor_containers.cc | 411 static PyObject* RichCompare(PyContainer* self, PyObject* other, int opid) { in RichCompare()
|
D | message.cc | 2100 static PyObject* RichCompare(CMessage* self, PyObject* other, int opid) { in RichCompare()
|
/external/cronet/stable/third_party/protobuf/python/google/protobuf/pyext/ |
D | extension_dict.cc | 326 static PyObject* RichCompare(ExtensionDict* self, PyObject* other, int opid) { in RichCompare()
|
D | repeated_scalar_container.cc | 537 static PyObject* RichCompare(PyObject* pself, PyObject* other, int opid) { in RichCompare()
|
D | repeated_composite_container.cc | 311 static PyObject* RichCompare(PyObject* pself, PyObject* other, int opid) { in RichCompare()
|
D | descriptor_containers.cc | 411 static PyObject* RichCompare(PyContainer* self, PyObject* other, int opid) { in RichCompare()
|
D | message.cc | 2100 static PyObject* RichCompare(CMessage* self, PyObject* other, int opid) { in RichCompare()
|
/external/protobuf/python/google/protobuf/pyext/ |
D | extension_dict.cc | 326 static PyObject* RichCompare(ExtensionDict* self, PyObject* other, int opid) { in RichCompare()
|
D | repeated_scalar_container.cc | 537 static PyObject* RichCompare(PyObject* pself, PyObject* other, int opid) { in RichCompare()
|
D | repeated_composite_container.cc | 311 static PyObject* RichCompare(PyObject* pself, PyObject* other, int opid) { in RichCompare()
|
D | descriptor_containers.cc | 411 static PyObject* RichCompare(PyContainer* self, PyObject* other, int opid) { in RichCompare()
|
D | message.cc | 2100 static PyObject* RichCompare(CMessage* self, PyObject* other, int opid) { in RichCompare()
|