Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/upb/python/
Dmessage.h53 bool PyUpb_Message_Verify(PyObject* self);
Dunknown_fields.c264 if (!PyUpb_Message_Verify(py_msg)) return NULL; in PyUpb_UnknownFieldSet_New()
Ddescriptor_pool.c251 if (!PyUpb_Message_Verify(file_desc)) return NULL; in PyUpb_DescriptorPool_DoAdd()
Dmessage.c236 bool PyUpb_Message_Verify(PyObject* self) { in PyUpb_Message_Verify() function
1503 if (!PyUpb_Message_Verify((PyObject*)self)) return NULL; in PyUpb_Message_SerializeInternal()
Drepeated.c602 if (!PyUpb_Message_Verify(value)) return NULL; in PyUpb_RepeatedCompositeContainer_Append()
Ddescriptor.c174 if (!PyUpb_Message_Verify(py_proto)) return NULL; in PyUpb_DescriptorBase_CopyToProto()