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

Go to the source code of this file.

Functions

bool PyUpb_Map_Init (PyObject *m)
 
int PyUpb_MapContainer_AssignSubscript (PyObject *self, PyObject *key, PyObject *val)
 
upb_MapPyUpb_MapContainer_EnsureReified (PyObject *self)
 
PyObject * PyUpb_MapContainer_GetOrCreateWrapper (upb_Map *map, const upb_FieldDef *f, PyObject *arena)
 
void PyUpb_MapContainer_Invalidate (PyObject *obj)
 
PyObject * PyUpb_MapContainer_NewStub (PyObject *parent, const upb_FieldDef *f, PyObject *arena)
 
void PyUpb_MapContainer_Reify (PyObject *self, upb_Map *map)
 

Function Documentation

◆ PyUpb_Map_Init()

bool PyUpb_Map_Init ( PyObject *  m)

Definition at line 491 of file upb/python/map.c.

◆ PyUpb_MapContainer_AssignSubscript()

int PyUpb_MapContainer_AssignSubscript ( PyObject *  self,
PyObject *  key,
PyObject *  val 
)

Definition at line 148 of file upb/python/map.c.

◆ PyUpb_MapContainer_EnsureReified()

upb_Map* PyUpb_MapContainer_EnsureReified ( PyObject *  self)

Definition at line 129 of file upb/python/map.c.

◆ PyUpb_MapContainer_GetOrCreateWrapper()

PyObject* PyUpb_MapContainer_GetOrCreateWrapper ( upb_Map map,
const upb_FieldDef f,
PyObject *  arena 
)

Definition at line 319 of file upb/python/map.c.

◆ PyUpb_MapContainer_Invalidate()

void PyUpb_MapContainer_Invalidate ( PyObject *  obj)

Definition at line 124 of file upb/python/map.c.

◆ PyUpb_MapContainer_NewStub()

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

Definition at line 90 of file upb/python/map.c.

◆ PyUpb_MapContainer_Reify()

void PyUpb_MapContainer_Reify ( PyObject *  self,
upb_Map map 
)

Definition at line 106 of file upb/python/map.c.



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