

Go to the source code of this file.
Functions | |
| bool | PyUpb_Map_Init (PyObject *m) |
| int | PyUpb_MapContainer_AssignSubscript (PyObject *self, PyObject *key, PyObject *val) |
| upb_Map * | PyUpb_MapContainer_EnsureReified (PyObject *self) |
| PyObject * | PyUpb_MapContainer_GetOrCreateWrapper (upb_Map *map, const upb_FieldDef *f, PyObject *arena) |
| void | PyUpb_MapContainer_Invalidate (PyObject *obj) |
| PyObject * | PyUpb_MapContainer_NewStub (PyObject *parent, const upb_FieldDef *f, PyObject *arena) |
| void | PyUpb_MapContainer_Reify (PyObject *self, upb_Map *map) |
| bool PyUpb_Map_Init | ( | PyObject * | m | ) |
Definition at line 491 of file upb/python/map.c.
| int PyUpb_MapContainer_AssignSubscript | ( | PyObject * | self, |
| PyObject * | key, | ||
| PyObject * | val | ||
| ) |
Definition at line 148 of file upb/python/map.c.
| upb_Map* PyUpb_MapContainer_EnsureReified | ( | PyObject * | self | ) |
Definition at line 129 of file upb/python/map.c.
| PyObject* PyUpb_MapContainer_GetOrCreateWrapper | ( | upb_Map * | map, |
| const upb_FieldDef * | f, | ||
| PyObject * | arena | ||
| ) |
Definition at line 319 of file upb/python/map.c.
| void PyUpb_MapContainer_Invalidate | ( | PyObject * | obj | ) |
Definition at line 124 of file upb/python/map.c.
| PyObject* PyUpb_MapContainer_NewStub | ( | PyObject * | parent, |
| const upb_FieldDef * | f, | ||
| PyObject * | arena | ||
| ) |
Definition at line 90 of file upb/python/map.c.
| void PyUpb_MapContainer_Reify | ( | PyObject * | self, |
| upb_Map * | map | ||
| ) |
Definition at line 106 of file upb/python/map.c.