|
static bool | IndexToRange (PyObject *index, Py_ssize_t size, Py_ssize_t *i, Py_ssize_t *count, Py_ssize_t *step) |
|
bool | PyUpb_Repeated_Init (PyObject *m) |
|
static bool | PyUpb_Repeated_RegisterAsSequence (PyUpb_ModuleState *state) |
|
PyObject * | PyUpb_RepeatedCompositeContainer_Add (PyObject *_self, PyObject *args, PyObject *kwargs) |
|
static PyObject * | PyUpb_RepeatedCompositeContainer_Append (PyObject *_self, PyObject *value) |
|
static PyObject * | PyUpb_RepeatedCompositeContainer_AppendNew (PyObject *_self) |
|
static bool | PyUpb_RepeatedContainer_Assign (PyObject *_self, PyObject *list) |
|
static int | PyUpb_RepeatedContainer_AssignSubscript (PyObject *_self, PyObject *key, PyObject *value) |
|
static void | PyUpb_RepeatedContainer_Dealloc (PyObject *_self) |
|
PyObject * | PyUpb_RepeatedContainer_DeepCopy (PyObject *_self, PyObject *value) |
|
static int | PyUpb_RepeatedContainer_DeleteSubscript (upb_Array *arr, Py_ssize_t idx, Py_ssize_t count, Py_ssize_t step) |
|
upb_Array * | PyUpb_RepeatedContainer_EnsureReified (PyObject *_self) |
|
PyObject * | PyUpb_RepeatedContainer_Extend (PyObject *_self, PyObject *value) |
|
static PyTypeObject * | PyUpb_RepeatedContainer_GetClass (const upb_FieldDef *f) |
|
static const upb_FieldDef * | PyUpb_RepeatedContainer_GetField (PyUpb_RepeatedContainer *self) |
|
static PyObject * | PyUpb_RepeatedContainer_GetFieldDescriptor (PyUpb_RepeatedContainer *self) |
|
static upb_Array * | PyUpb_RepeatedContainer_GetIfReified (PyUpb_RepeatedContainer *self) |
|
PyObject * | PyUpb_RepeatedContainer_GetOrCreateWrapper (upb_Array *arr, const upb_FieldDef *f, PyObject *arena) |
|
static PyObject * | PyUpb_RepeatedContainer_Insert (PyObject *_self, PyObject *args) |
|
static bool | PyUpb_RepeatedContainer_IsStub (PyUpb_RepeatedContainer *self) |
|
static PyObject * | PyUpb_RepeatedContainer_Item (PyObject *_self, Py_ssize_t index) |
|
static Py_ssize_t | PyUpb_RepeatedContainer_Length (PyObject *self) |
|
static PyObject * | PyUpb_RepeatedContainer_MergeFrom (PyObject *_self, PyObject *args) |
|
PyObject * | PyUpb_RepeatedContainer_NewStub (PyObject *parent, const upb_FieldDef *f, PyObject *arena) |
|
static PyObject * | PyUpb_RepeatedContainer_Pop (PyObject *_self, PyObject *args) |
|
void | PyUpb_RepeatedContainer_Reify (PyObject *_self, upb_Array *arr) |
|
static PyObject * | PyUpb_RepeatedContainer_Remove (PyObject *_self, PyObject *value) |
|
static PyObject * | PyUpb_RepeatedContainer_Repr (PyObject *_self) |
|
static PyObject * | PyUpb_RepeatedContainer_Reverse (PyObject *_self) |
|
static PyObject * | PyUpb_RepeatedContainer_RichCompare (PyObject *_self, PyObject *_other, int opid) |
|
static int | PyUpb_RepeatedContainer_SetSubscript (PyUpb_RepeatedContainer *self, upb_Array *arr, const upb_FieldDef *f, Py_ssize_t idx, Py_ssize_t count, Py_ssize_t step, PyObject *value) |
|
static PyObject * | PyUpb_RepeatedContainer_Sort (PyObject *pself, PyObject *args, PyObject *kwds) |
|
static PyObject * | PyUpb_RepeatedContainer_Subscript (PyObject *_self, PyObject *key) |
|
PyObject * | PyUpb_RepeatedContainer_ToList (PyObject *_self) |
|
static PyObject * | PyUpb_RepeatedScalarContainer_Append (PyObject *_self, PyObject *value) |
|
static int | PyUpb_RepeatedScalarContainer_AssignItem (PyObject *_self, Py_ssize_t index, PyObject *item) |
|