Public Attributes | |
| PyObject * | arena |
| uintptr_t | field |
| union { | |
| upb_Map * map | |
| PyObject * parent | |
| } | ptr |
| PyObject_HEAD | |
| int | version |
Definition at line 38 of file upb/python/map.c.
| PyObject* PyUpb_MapContainer::arena |
Definition at line 40 of file upb/python/map.c.
| uintptr_t PyUpb_MapContainer::field |
Definition at line 45 of file upb/python/map.c.
| upb_Map* PyUpb_MapContainer::map |
Definition at line 48 of file upb/python/map.c.
| PyObject* PyUpb_MapContainer::parent |
Definition at line 47 of file upb/python/map.c.
| union { ... } PyUpb_MapContainer::ptr |
| PyUpb_MapContainer::PyObject_HEAD |
Definition at line 39 of file upb/python/map.c.
| int PyUpb_MapContainer::version |
Definition at line 50 of file upb/python/map.c.