Home
last modified time | relevance | path

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

/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/upb/python/
Dmap.c57 static bool PyUpb_MapContainer_IsStub(PyUpb_MapContainer* self) { in PyUpb_MapContainer_IsStub() function
64 return PyUpb_MapContainer_IsStub(self) ? NULL : self->ptr.map; in PyUpb_MapContainer_GetIfReified()
75 if (PyUpb_MapContainer_IsStub(self)) { in PyUpb_MapContainer_Dealloc()
126 assert(!PyUpb_MapContainer_IsStub(self)); in PyUpb_MapContainer_Reify()