Searched refs:PyUpb_Message_InitAttributes (Results 1 – 3 of 3) sorted by relevance
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/upb/python/ |
D | message.h | 71 int PyUpb_Message_InitAttributes(PyObject* _self, PyObject* args,
|
D | message.c | 465 ok = PyUpb_Message_InitAttributes(submsg, NULL, value) >= 0; in PyUpb_Message_InitMessageAttribute() 487 int PyUpb_Message_InitAttributes(PyObject* _self, PyObject* args, in PyUpb_Message_InitAttributes() function 541 return PyUpb_Message_InitAttributes(_self, args, kwargs); in PyUpb_Message_Init()
|
D | repeated.c | 592 if (PyUpb_Message_InitAttributes(py_msg, args, kwargs) < 0) { in PyUpb_RepeatedCompositeContainer_Add()
|