Home
last modified time | relevance | path

Searched refs:PyUpb_Message_InitMapAttributes (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/upb/python/
Dmap.c293 int PyUpb_Message_InitMapAttributes(PyObject* map, PyObject* value,
304 if (PyUpb_Message_InitMapAttributes(_self, _arg, f) < 0) { in PyUpb_MapContainer_MergeFrom()
Dmessage.c340 int PyUpb_Message_InitMapAttributes(PyObject* map, PyObject* value, in PyUpb_Message_InitMapAttributes() function
382 int ok = PyUpb_Message_InitMapAttributes(map, value, f); in PyUpb_Message_InitMapAttribute()