Home
last modified time | relevance | path

Searched refs:PyUpb_Message (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.c190 typedef struct PyUpb_Message { struct
198 struct PyUpb_Message* parent; argument
204 } PyUpb_Message; argument
208 bool PyUpb_Message_IsStub(PyUpb_Message* msg) { return msg->def & 1; } in PyUpb_Message_IsStub()
210 const upb_FieldDef* PyUpb_Message_GetFieldDef(PyUpb_Message* msg) { in PyUpb_Message_GetFieldDef()
215 static const upb_MessageDef* _PyUpb_Message_GetMsgdef(PyUpb_Message* msg) { in _PyUpb_Message_GetMsgdef()
222 return _PyUpb_Message_GetMsgdef((PyUpb_Message*)self); in PyUpb_Message_GetMsgdef()
225 static upb_Message* PyUpb_Message_GetMsg(PyUpb_Message* self) { in PyUpb_Message_GetMsg()
248 PyUpb_Message* self = (void*)_self; in PyUpb_Message_GetIfReified()
256 PyUpb_Message* msg = (void*)PyType_GenericAlloc((PyTypeObject*)cls, 0); in PyUpb_Message_New()
[all …]