Home
last modified time | relevance | path

Searched refs:PyUpb_MapContainer (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.c53 } PyUpb_MapContainer; typedef
55 static PyObject* PyUpb_MapIterator_New(PyUpb_MapContainer* map);
57 static bool PyUpb_MapContainer_IsStub(PyUpb_MapContainer* self) { in PyUpb_MapContainer_IsStub()
63 static upb_Map* PyUpb_MapContainer_GetIfReified(PyUpb_MapContainer* self) { in PyUpb_MapContainer_GetIfReified()
68 PyUpb_MapContainer* self) { in PyUpb_MapContainer_GetField()
73 PyUpb_MapContainer* self = _self; in PyUpb_MapContainer_Dealloc()
101 PyUpb_MapContainer* map = (void*)PyType_GenericAlloc(cls, 0); in PyUpb_MapContainer_NewStub()
112 PyUpb_MapContainer* self = (PyUpb_MapContainer*)_self; in PyUpb_MapContainer_Reify()
130 PyUpb_MapContainer* self = (PyUpb_MapContainer*)obj; in PyUpb_MapContainer_Invalidate()
135 PyUpb_MapContainer* self = (PyUpb_MapContainer*)_self; in PyUpb_MapContainer_EnsureReified()
[all …]