Functions
repeated.h File Reference
#include <stdbool.h>
#include "python/python.h"
#include "upb/def.h"
Include dependency graph for repeated.h:
This graph shows which files directly or indirectly include this file:

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_ArrayPyUpb_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)
 

Function Documentation

◆ PyUpb_Repeated_Init()

bool PyUpb_Repeated_Init ( PyObject *  m)

Definition at line 805 of file repeated.c.

◆ PyUpb_RepeatedCompositeContainer_Add()

PyObject* PyUpb_RepeatedCompositeContainer_Add ( PyObject *  _self,
PyObject *  args,
PyObject *  kwargs 
)

Definition at line 586 of file repeated.c.

◆ PyUpb_RepeatedContainer_EnsureReified()

upb_Array* PyUpb_RepeatedContainer_EnsureReified ( PyObject *  self)

Definition at line 124 of file repeated.c.

◆ PyUpb_RepeatedContainer_Extend()

PyObject* PyUpb_RepeatedContainer_Extend ( PyObject *  _self,
PyObject *  value 
)

Definition at line 221 of file repeated.c.

◆ PyUpb_RepeatedContainer_GetOrCreateWrapper()

PyObject* PyUpb_RepeatedContainer_GetOrCreateWrapper ( upb_Array arr,
const upb_FieldDef f,
PyObject *  arena 
)

Definition at line 181 of file repeated.c.

◆ PyUpb_RepeatedContainer_NewStub()

PyObject* PyUpb_RepeatedContainer_NewStub ( PyObject *  parent,
const upb_FieldDef f,
PyObject *  arena 
)

Definition at line 165 of file repeated.c.

◆ PyUpb_RepeatedContainer_Reify()

void PyUpb_RepeatedContainer_Reify ( PyObject *  self,
upb_Array arr 
)

Definition at line 109 of file repeated.c.



grpc
Author(s):
autogenerated on Fri May 16 2025 03:01:28