Public Attributes | |
| PyObject * | arena |
| uintptr_t | field |
| union { | |
| upb_Array * arr | |
| PyObject * parent | |
| } | ptr |
| PyObject_HEAD | |
Definition at line 73 of file repeated.c.
| PyObject* PyUpb_RepeatedContainer::arena |
Definition at line 75 of file repeated.c.
| upb_Array* PyUpb_RepeatedContainer::arr |
Definition at line 83 of file repeated.c.
| uintptr_t PyUpb_RepeatedContainer::field |
Definition at line 80 of file repeated.c.
| PyObject* PyUpb_RepeatedContainer::parent |
Definition at line 82 of file repeated.c.
| union { ... } PyUpb_RepeatedContainer::ptr |
| PyUpb_RepeatedContainer::PyObject_HEAD |
Definition at line 74 of file repeated.c.