Home
last modified time | relevance | path

Searched refs:PyUpb_Message_InitMessageAttribute (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.c453 static bool PyUpb_Message_InitMessageAttribute(PyObject* _self, PyObject* name, in PyUpb_Message_InitMessageAttribute() function
523 if (!PyUpb_Message_InitMessageAttribute(_self, name, value)) return -1; in PyUpb_Message_InitAttributes()