Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/upb/python/
Dextension_dict.c56 const upb_MessageDef* m = PyUpb_Message_GetMsgdef(self->msg); in PyUpb_ExtensionDict_FindExtensionByName()
70 const upb_MessageDef* m = PyUpb_Message_GetMsgdef(self->msg); in PyUpb_ExtensionDict_FindExtensionByNumber()
213 const upb_MessageDef* m = PyUpb_Message_GetMsgdef(self->msg); in PyUpb_ExtensionIterator_IterNext()
Dmessage.c221 const upb_MessageDef* PyUpb_Message_GetMsgdef(PyObject* self) { in PyUpb_Message_GetMsgdef() function
467 const upb_MessageDef* m = PyUpb_Message_GetMsgdef(_self); in PyUpb_Message_InitMessageAttribute()
678 const upb_MessageDef* msgdef = PyUpb_Message_GetMsgdef((PyObject*)self); in PyUpb_Message_Reify()
932 assert(upb_FieldDef_ContainingType(field) == PyUpb_Message_GetMsgdef(_self)); in PyUpb_Message_GetFieldValue()
1089 const upb_MessageDef* m = PyUpb_Message_GetMsgdef(_self); in PyUpb_Message_IsInitialized()
1152 const upb_MessageDef* m = PyUpb_Message_GetMsgdef(_self); in PyUpb_Message_ListFields()
1461 const upb_MessageDef* msgdef = PyUpb_Message_GetMsgdef(_self); in PyUpb_Message_GetExtensionDef()
Dmessage.h60 const upb_MessageDef* PyUpb_Message_GetMsgdef(PyObject* self);
Dunknown_fields.c275 const upb_MessageDef* msgdef = PyUpb_Message_GetMsgdef(py_msg); in PyUpb_UnknownFieldSet_New()
Ddescriptor_pool.c252 const upb_MessageDef* m = PyUpb_Message_GetMsgdef(file_desc); in PyUpb_DescriptorPool_DoAdd()
Ddescriptor.c175 const upb_MessageDef* m = PyUpb_Message_GetMsgdef(py_proto); in PyUpb_DescriptorBase_CopyToProto()