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

Go to the source code of this file.

Classes

struct  PyUpb_ByNameMap_Funcs
 
struct  PyUpb_ByNumberMap_Funcs
 
struct  PyUpb_GenericSequence_Funcs
 

Functions

PyObject * PyUpb_ByNameMap_New (const PyUpb_ByNameMap_Funcs *funcs, const void *parent, PyObject *parent_obj)
 
PyObject * PyUpb_ByNumberMap_New (const PyUpb_ByNumberMap_Funcs *funcs, const void *parent, PyObject *parent_obj)
 
PyObject * PyUpb_GenericSequence_New (const PyUpb_GenericSequence_Funcs *funcs, const void *parent, PyObject *parent_obj)
 
bool PyUpb_InitDescriptorContainers (PyObject *m)
 

Function Documentation

◆ PyUpb_ByNameMap_New()

PyObject* PyUpb_ByNameMap_New ( const PyUpb_ByNameMap_Funcs funcs,
const void *  parent,
PyObject *  parent_obj 
)

Definition at line 288 of file descriptor_containers.c.

◆ PyUpb_ByNumberMap_New()

PyObject* PyUpb_ByNumberMap_New ( const PyUpb_ByNumberMap_Funcs funcs,
const void *  parent,
PyObject *  parent_obj 
)

Definition at line 491 of file descriptor_containers.c.

◆ PyUpb_GenericSequence_New()

PyObject* PyUpb_GenericSequence_New ( const PyUpb_GenericSequence_Funcs funcs,
const void *  parent,
PyObject *  parent_obj 
)

Definition at line 116 of file descriptor_containers.c.

◆ PyUpb_InitDescriptorContainers()

bool PyUpb_InitDescriptorContainers ( PyObject *  m)

Definition at line 693 of file descriptor_containers.c.



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