Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/upb/python/
Dmap.c63 static upb_Map* PyUpb_MapContainer_GetIfReified(PyUpb_MapContainer* self) { in PyUpb_MapContainer_GetIfReified() function
137 upb_Map* map = PyUpb_MapContainer_GetIfReified(self); in PyUpb_MapContainer_EnsureReified()
195 upb_Map* map = PyUpb_MapContainer_GetIfReified(self); in PyUpb_MapContainer_Subscript()
220 upb_Map* map = PyUpb_MapContainer_GetIfReified(self); in PyUpb_MapContainer_Contains()
246 upb_Map* map = PyUpb_MapContainer_GetIfReified(self); in PyUpb_MapContainer_Get()
279 upb_Map* map = PyUpb_MapContainer_GetIfReified(self); in PyUpb_MapContainer_Length()
313 upb_Map* map = PyUpb_MapContainer_GetIfReified(self); in PyUpb_MapContainer_Repr()
474 upb_Map* map = PyUpb_MapContainer_GetIfReified(self->map); in PyUpb_MapIterator_IterNext()