Searched refs:PyUpb_Message_Verify (Results 1 – 6 of 6) sorted by relevance
53 bool PyUpb_Message_Verify(PyObject* self);
264 if (!PyUpb_Message_Verify(py_msg)) return NULL; in PyUpb_UnknownFieldSet_New()
251 if (!PyUpb_Message_Verify(file_desc)) return NULL; in PyUpb_DescriptorPool_DoAdd()
236 bool PyUpb_Message_Verify(PyObject* self) { in PyUpb_Message_Verify() function1503 if (!PyUpb_Message_Verify((PyObject*)self)) return NULL; in PyUpb_Message_SerializeInternal()
602 if (!PyUpb_Message_Verify(value)) return NULL; in PyUpb_RepeatedCompositeContainer_Append()
174 if (!PyUpb_Message_Verify(py_proto)) return NULL; in PyUpb_DescriptorBase_CopyToProto()