Home
last modified time | relevance | path

Searched refs:PyUpb_MapContainer_Reify (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/upb/python/
Dmap.h51 void PyUpb_MapContainer_Reify(PyObject* self, upb_Map* map);
Dmap.c111 void PyUpb_MapContainer_Reify(PyObject* _self, upb_Map* map) { in PyUpb_MapContainer_Reify() function
149 PyUpb_MapContainer_Reify((PyObject*)self, map); in PyUpb_MapContainer_EnsureReified()
Dmessage.c731 PyUpb_MapContainer_Reify(obj, (upb_Map*)msgval.map_val); in PyUpb_Message_SyncSubobjs()
1310 PyUpb_MapContainer_Reify(obj, NULL); in PyUpb_Message_Clear()