Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/upb/python/
Dmessage.c41 static const upb_MessageDef* PyUpb_MessageMeta_GetMsgdef(PyObject* cls);
254 const upb_MessageDef* msgdef = PyUpb_MessageMeta_GetMsgdef(cls); in PyUpb_Message_New()
1724 static const upb_MessageDef* PyUpb_MessageMeta_GetMsgdef(PyObject* cls) { in PyUpb_MessageMeta_GetMsgdef() function
1835 const upb_MessageDef* msgdef = PyUpb_MessageMeta_GetMsgdef(self); in PyUpb_MessageMeta_GetDynamicAttr()