Home
last modified time | relevance | path

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/
Dmessage.h71 int PyUpb_Message_InitAttributes(PyObject* _self, PyObject* args,
Dmessage.c465 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()
Drepeated.c592 if (PyUpb_Message_InitAttributes(py_msg, args, kwargs) < 0) { in PyUpb_RepeatedCompositeContainer_Add()