Go to the source code of this file.
Functions | |
bool | PyUpb_Repeated_Init (PyObject *m) |
PyObject * | PyUpb_RepeatedCompositeContainer_Add (PyObject *_self, PyObject *args, PyObject *kwargs) |
upb_Array * | PyUpb_RepeatedContainer_EnsureReified (PyObject *self) |
PyObject * | PyUpb_RepeatedContainer_Extend (PyObject *_self, PyObject *value) |
PyObject * | PyUpb_RepeatedContainer_GetOrCreateWrapper (upb_Array *arr, const upb_FieldDef *f, PyObject *arena) |
PyObject * | PyUpb_RepeatedContainer_NewStub (PyObject *parent, const upb_FieldDef *f, PyObject *arena) |
void | PyUpb_RepeatedContainer_Reify (PyObject *self, upb_Array *arr) |
bool PyUpb_Repeated_Init | ( | PyObject * | m | ) |
Definition at line 805 of file repeated.c.
PyObject* PyUpb_RepeatedCompositeContainer_Add | ( | PyObject * | _self, |
PyObject * | args, | ||
PyObject * | kwargs | ||
) |
Definition at line 586 of file repeated.c.
upb_Array* PyUpb_RepeatedContainer_EnsureReified | ( | PyObject * | self | ) |
Definition at line 124 of file repeated.c.
PyObject* PyUpb_RepeatedContainer_Extend | ( | PyObject * | _self, |
PyObject * | value | ||
) |
Definition at line 221 of file repeated.c.
PyObject* PyUpb_RepeatedContainer_GetOrCreateWrapper | ( | upb_Array * | arr, |
const upb_FieldDef * | f, | ||
PyObject * | arena | ||
) |
Definition at line 181 of file repeated.c.
PyObject* PyUpb_RepeatedContainer_NewStub | ( | PyObject * | parent, |
const upb_FieldDef * | f, | ||
PyObject * | arena | ||
) |
Definition at line 165 of file repeated.c.
void PyUpb_RepeatedContainer_Reify | ( | PyObject * | self, |
upb_Array * | arr | ||
) |
Definition at line 109 of file repeated.c.