Home
last modified time | relevance | path

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