Home
last modified time | relevance | path

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

/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/upb/python/
Ddescriptor_containers.c721 static int PyUpb_ByNumberMap_IsEqual(PyUpb_ByNumberMap* self, PyObject* other) { in PyUpb_ByNumberMap_IsEqual() function
743 bool ret = PyUpb_ByNumberMap_IsEqual(self, other); in PyUpb_ByNumberMap_RichCompare()