Searched refs:PyUpb_Message_Get (Results 1 – 5 of 5) sorted by relevance
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/upb/python/ |
D | message.h | 48 PyObject* PyUpb_Message_Get(upb_Message* u_msg, const upb_MessageDef* m,
|
D | repeated.c | 584 return PyUpb_Message_Get(msg, m, self->arena); in PyUpb_RepeatedCompositeContainer_AppendNew() 637 PyObject* py_msg = PyUpb_Message_Get(msg, m, self->arena); in PyUpb_RepeatedContainer_Insert()
|
D | convert.c | 73 return PyUpb_Message_Get((upb_Message*)val.msg_val, in PyUpb_UpbToPy()
|
D | descriptor.c | 138 self->options = PyUpb_Message_Get(opts2, m, py_arena); in PyUpb_DescriptorBase_GetOptions()
|
D | message.c | 826 PyObject* PyUpb_Message_Get(upb_Message* u_msg, const upb_MessageDef* m, in PyUpb_Message_Get() function
|