Home
last modified time | relevance | path

Searched refs:PyUpb_MessageMeta (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.c1711 } PyUpb_MessageMeta; typedef
1716 static PyUpb_MessageMeta* PyUpb_GetMessageMeta(PyObject* cls) { in PyUpb_GetMessageMeta()
1721 return (PyUpb_MessageMeta*)((char*)cls + cpython_bits.type_basicsize); in PyUpb_GetMessageMeta()
1725 PyUpb_MessageMeta* self = PyUpb_GetMessageMeta(cls); in PyUpb_MessageMeta_GetMsgdef()
1766 PyUpb_MessageMeta* meta = PyUpb_GetMessageMeta(ret); in PyUpb_MessageMeta_DoCreateClass()
1814 PyUpb_MessageMeta* meta = PyUpb_GetMessageMeta(self); in PyUpb_MessageMeta_Dealloc()
1926 cpython_bits.type_basicsize + sizeof(PyUpb_MessageMeta); in PyUpb_MessageMeta_CreateType()