Searched refs:PyUpb_MapContainer_Set (Results 1 – 1 of 1) sorted by relevance
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/upb/python/ |
D | map.c | 153 bool PyUpb_MapContainer_Set(PyUpb_MapContainer* self, upb_Map* map, in PyUpb_MapContainer_Set() function 183 if (!PyUpb_MapContainer_Set(self, map, u_key, u_val, arena)) return -1; in PyUpb_MapContainer_AssignSubscript() 213 if (!PyUpb_MapContainer_Set(self, map, u_key, u_val, arena)) return false; in PyUpb_MapContainer_Subscript()
|