Go to the source code of this file.
|
static int | PyUpb_ByNameMap_AssignSubscript (PyObject *self, PyObject *key, PyObject *value) |
|
static int | PyUpb_ByNameMap_Contains (PyObject *_self, PyObject *key) |
|
static void | PyUpb_ByNameMap_Dealloc (PyObject *_self) |
|
static PyObject * | PyUpb_ByNameMap_Get (PyObject *_self, PyObject *args) |
|
static PyObject * | PyUpb_ByNameMap_GetIter (PyObject *_self) |
|
static int | PyUpb_ByNameMap_IsEqual (PyUpb_ByNameMap *self, PyObject *other) |
|
static PyObject * | PyUpb_ByNameMap_Items (PyObject *_self, PyObject *args) |
|
static PyObject * | PyUpb_ByNameMap_Keys (PyObject *_self, PyObject *args) |
|
static Py_ssize_t | PyUpb_ByNameMap_Length (PyObject *_self) |
|
PyObject * | PyUpb_ByNameMap_New (const PyUpb_ByNameMap_Funcs *funcs, const void *parent, PyObject *parent_obj) |
|
static PyObject * | PyUpb_ByNameMap_RichCompare (PyObject *_self, PyObject *other, int opid) |
|
PyUpb_ByNameMap * | PyUpb_ByNameMap_Self (PyObject *obj) |
|
static PyObject * | PyUpb_ByNameMap_Subscript (PyObject *_self, PyObject *key) |
|
static PyObject * | PyUpb_ByNameMap_Values (PyObject *_self, PyObject *args) |
|
static int | PyUpb_ByNumberMap_AssignSubscript (PyObject *self, PyObject *key, PyObject *value) |
|
static int | PyUpb_ByNumberMap_Contains (PyObject *_self, PyObject *key) |
|
static void | PyUpb_ByNumberMap_Dealloc (PyObject *_self) |
|
static PyObject * | PyUpb_ByNumberMap_Get (PyObject *_self, PyObject *args) |
|
static PyObject * | PyUpb_ByNumberMap_GetIter (PyObject *_self) |
|
static int | PyUpb_ByNumberMap_IsEqual (PyUpb_ByNumberMap *self, PyObject *other) |
|
static PyObject * | PyUpb_ByNumberMap_Items (PyObject *_self, PyObject *args) |
|
static PyObject * | PyUpb_ByNumberMap_Keys (PyObject *_self, PyObject *args) |
|
static Py_ssize_t | PyUpb_ByNumberMap_Length (PyObject *_self) |
|
static const void * | PyUpb_ByNumberMap_LookupHelper (PyUpb_ByNumberMap *self, PyObject *key) |
|
PyObject * | PyUpb_ByNumberMap_New (const PyUpb_ByNumberMap_Funcs *funcs, const void *parent, PyObject *parent_obj) |
|
static PyObject * | PyUpb_ByNumberMap_RichCompare (PyObject *_self, PyObject *other, int opid) |
|
PyUpb_ByNumberMap * | PyUpb_ByNumberMap_Self (PyObject *obj) |
|
static PyObject * | PyUpb_ByNumberMap_Subscript (PyObject *_self, PyObject *key) |
|
static PyObject * | PyUpb_ByNumberMap_Values (PyObject *_self, PyObject *args) |
|
static void | PyUpb_DescriptorIterator_Dealloc (PyObject *_self) |
|
PyObject * | PyUpb_DescriptorIterator_IterNext (PyObject *_self) |
|
PyObject * | PyUpb_DescriptorIterator_New (const PyUpb_GenericSequence_Funcs *funcs, const void *parent, PyObject *parent_obj) |
|
PyUpb_DescriptorIterator * | PyUpb_DescriptorIterator_Self (PyObject *obj) |
|
static PyObject * | PyUpb_GenericSequence_Append (PyObject *self, PyObject *args) |
|
static PyObject * | PyUpb_GenericSequence_Count (PyObject *_self, PyObject *item) |
|
static void | PyUpb_GenericSequence_Dealloc (PyObject *_self) |
|
static int | PyUpb_GenericSequence_Find (PyObject *_self, PyObject *item) |
|
static PyObject * | PyUpb_GenericSequence_GetItem (PyObject *_self, Py_ssize_t index) |
|
static PyObject * | PyUpb_GenericSequence_Index (PyObject *self, PyObject *item) |
|
static int | PyUpb_GenericSequence_IsEqual (PyUpb_GenericSequence *self, PyObject *other) |
|
static Py_ssize_t | PyUpb_GenericSequence_Length (PyObject *_self) |
|
PyObject * | PyUpb_GenericSequence_New (const PyUpb_GenericSequence_Funcs *funcs, const void *parent, PyObject *parent_obj) |
|
static PyObject * | PyUpb_GenericSequence_RichCompare (PyObject *_self, PyObject *other, int opid) |
|
PyUpb_GenericSequence * | PyUpb_GenericSequence_Self (PyObject *obj) |
|
bool | PyUpb_InitDescriptorContainers (PyObject *m) |
|
◆ PyUpb_ByNameMap_AssignSubscript()
static int PyUpb_ByNameMap_AssignSubscript |
( |
PyObject * |
self, |
|
|
PyObject * |
key, |
|
|
PyObject * |
value |
|
) |
| |
|
static |
◆ PyUpb_ByNameMap_Contains()
static int PyUpb_ByNameMap_Contains |
( |
PyObject * |
_self, |
|
|
PyObject * |
key |
|
) |
| |
|
static |
◆ PyUpb_ByNameMap_Dealloc()
static void PyUpb_ByNameMap_Dealloc |
( |
PyObject * |
_self | ) |
|
|
static |
◆ PyUpb_ByNameMap_Get()
static PyObject* PyUpb_ByNameMap_Get |
( |
PyObject * |
_self, |
|
|
PyObject * |
args |
|
) |
| |
|
static |
◆ PyUpb_ByNameMap_GetIter()
static PyObject* PyUpb_ByNameMap_GetIter |
( |
PyObject * |
_self | ) |
|
|
static |
◆ PyUpb_ByNameMap_IsEqual()
◆ PyUpb_ByNameMap_Items()
static PyObject* PyUpb_ByNameMap_Items |
( |
PyObject * |
_self, |
|
|
PyObject * |
args |
|
) |
| |
|
static |
◆ PyUpb_ByNameMap_Keys()
static PyObject* PyUpb_ByNameMap_Keys |
( |
PyObject * |
_self, |
|
|
PyObject * |
args |
|
) |
| |
|
static |
◆ PyUpb_ByNameMap_Length()
static Py_ssize_t PyUpb_ByNameMap_Length |
( |
PyObject * |
_self | ) |
|
|
static |
◆ PyUpb_ByNameMap_New()
◆ PyUpb_ByNameMap_RichCompare()
static PyObject* PyUpb_ByNameMap_RichCompare |
( |
PyObject * |
_self, |
|
|
PyObject * |
other, |
|
|
int |
opid |
|
) |
| |
|
static |
◆ PyUpb_ByNameMap_Self()
◆ PyUpb_ByNameMap_Subscript()
static PyObject* PyUpb_ByNameMap_Subscript |
( |
PyObject * |
_self, |
|
|
PyObject * |
key |
|
) |
| |
|
static |
◆ PyUpb_ByNameMap_Values()
static PyObject* PyUpb_ByNameMap_Values |
( |
PyObject * |
_self, |
|
|
PyObject * |
args |
|
) |
| |
|
static |
◆ PyUpb_ByNumberMap_AssignSubscript()
static int PyUpb_ByNumberMap_AssignSubscript |
( |
PyObject * |
self, |
|
|
PyObject * |
key, |
|
|
PyObject * |
value |
|
) |
| |
|
static |
◆ PyUpb_ByNumberMap_Contains()
static int PyUpb_ByNumberMap_Contains |
( |
PyObject * |
_self, |
|
|
PyObject * |
key |
|
) |
| |
|
static |
◆ PyUpb_ByNumberMap_Dealloc()
static void PyUpb_ByNumberMap_Dealloc |
( |
PyObject * |
_self | ) |
|
|
static |
◆ PyUpb_ByNumberMap_Get()
static PyObject* PyUpb_ByNumberMap_Get |
( |
PyObject * |
_self, |
|
|
PyObject * |
args |
|
) |
| |
|
static |
◆ PyUpb_ByNumberMap_GetIter()
static PyObject* PyUpb_ByNumberMap_GetIter |
( |
PyObject * |
_self | ) |
|
|
static |
◆ PyUpb_ByNumberMap_IsEqual()
◆ PyUpb_ByNumberMap_Items()
static PyObject* PyUpb_ByNumberMap_Items |
( |
PyObject * |
_self, |
|
|
PyObject * |
args |
|
) |
| |
|
static |
◆ PyUpb_ByNumberMap_Keys()
static PyObject* PyUpb_ByNumberMap_Keys |
( |
PyObject * |
_self, |
|
|
PyObject * |
args |
|
) |
| |
|
static |
◆ PyUpb_ByNumberMap_Length()
static Py_ssize_t PyUpb_ByNumberMap_Length |
( |
PyObject * |
_self | ) |
|
|
static |
◆ PyUpb_ByNumberMap_LookupHelper()
◆ PyUpb_ByNumberMap_New()
◆ PyUpb_ByNumberMap_RichCompare()
static PyObject* PyUpb_ByNumberMap_RichCompare |
( |
PyObject * |
_self, |
|
|
PyObject * |
other, |
|
|
int |
opid |
|
) |
| |
|
static |
◆ PyUpb_ByNumberMap_Self()
◆ PyUpb_ByNumberMap_Subscript()
static PyObject* PyUpb_ByNumberMap_Subscript |
( |
PyObject * |
_self, |
|
|
PyObject * |
key |
|
) |
| |
|
static |
◆ PyUpb_ByNumberMap_Values()
static PyObject* PyUpb_ByNumberMap_Values |
( |
PyObject * |
_self, |
|
|
PyObject * |
args |
|
) |
| |
|
static |
◆ PyUpb_DescriptorIterator_Dealloc()
static void PyUpb_DescriptorIterator_Dealloc |
( |
PyObject * |
_self | ) |
|
|
static |
◆ PyUpb_DescriptorIterator_IterNext()
PyObject* PyUpb_DescriptorIterator_IterNext |
( |
PyObject * |
_self | ) |
|
◆ PyUpb_DescriptorIterator_New()
◆ PyUpb_DescriptorIterator_Self()
◆ PyUpb_GenericSequence_Append()
static PyObject* PyUpb_GenericSequence_Append |
( |
PyObject * |
self, |
|
|
PyObject * |
args |
|
) |
| |
|
static |
◆ PyUpb_GenericSequence_Count()
static PyObject* PyUpb_GenericSequence_Count |
( |
PyObject * |
_self, |
|
|
PyObject * |
item |
|
) |
| |
|
static |
◆ PyUpb_GenericSequence_Dealloc()
static void PyUpb_GenericSequence_Dealloc |
( |
PyObject * |
_self | ) |
|
|
static |
◆ PyUpb_GenericSequence_Find()
static int PyUpb_GenericSequence_Find |
( |
PyObject * |
_self, |
|
|
PyObject * |
item |
|
) |
| |
|
static |
◆ PyUpb_GenericSequence_GetItem()
static PyObject* PyUpb_GenericSequence_GetItem |
( |
PyObject * |
_self, |
|
|
Py_ssize_t |
index |
|
) |
| |
|
static |
◆ PyUpb_GenericSequence_Index()
static PyObject* PyUpb_GenericSequence_Index |
( |
PyObject * |
self, |
|
|
PyObject * |
item |
|
) |
| |
|
static |
◆ PyUpb_GenericSequence_IsEqual()
◆ PyUpb_GenericSequence_Length()
static Py_ssize_t PyUpb_GenericSequence_Length |
( |
PyObject * |
_self | ) |
|
|
static |
◆ PyUpb_GenericSequence_New()
◆ PyUpb_GenericSequence_RichCompare()
static PyObject* PyUpb_GenericSequence_RichCompare |
( |
PyObject * |
_self, |
|
|
PyObject * |
other, |
|
|
int |
opid |
|
) |
| |
|
static |
◆ PyUpb_GenericSequence_Self()
◆ PyUpb_InitDescriptorContainers()
bool PyUpb_InitDescriptorContainers |
( |
PyObject * |
m | ) |
|
◆ PyUpb_ByNameMap_Methods
PyMethodDef PyUpb_ByNameMap_Methods[] |
|
static |
◆ PyUpb_ByNameMap_Slots
PyType_Slot PyUpb_ByNameMap_Slots[] |
|
static |
◆ PyUpb_ByNameMap_Spec
PyType_Spec PyUpb_ByNameMap_Spec |
|
static |
◆ PyUpb_ByNumberMap_Methods
PyMethodDef PyUpb_ByNumberMap_Methods[] |
|
static |
◆ PyUpb_ByNumberMap_Slots
PyType_Slot PyUpb_ByNumberMap_Slots[] |
|
static |
◆ PyUpb_ByNumberMap_Spec
PyType_Spec PyUpb_ByNumberMap_Spec |
|
static |
◆ PyUpb_DescriptorIterator_Slots
PyType_Slot PyUpb_DescriptorIterator_Slots[] |
|
static |
◆ PyUpb_DescriptorIterator_Spec
PyType_Spec PyUpb_DescriptorIterator_Spec |
|
static |
◆ PyUpb_GenericSequence_Methods
PyMethodDef PyUpb_GenericSequence_Methods[] |
|
static |
◆ PyUpb_GenericSequence_Slots
PyType_Slot PyUpb_GenericSequence_Slots[] |
|
static |
◆ PyUpb_GenericSequence_Spec
PyType_Spec PyUpb_GenericSequence_Spec |
|
static |
static void PyUpb_GenericSequence_Dealloc(PyObject *_self)
static Py_ssize_t PyUpb_GenericSequence_Length(PyObject *_self)
static PyObject * PyUpb_ByNumberMap_Subscript(PyObject *_self, PyObject *key)
static PyObject * PyUpb_ByNameMap_Get(PyObject *_self, PyObject *args)
static PyMethodDef PyUpb_GenericSequence_Methods[]
static PyObject * PyUpb_ByNameMap_Items(PyObject *_self, PyObject *args)
static PyMethodDef PyUpb_ByNumberMap_Methods[]
static int PyUpb_ByNumberMap_AssignSubscript(PyObject *self, PyObject *key, PyObject *value)
static int PyUpb_ByNumberMap_Contains(PyObject *_self, PyObject *key)
static PyObject * PyUpb_ByNumberMap_RichCompare(PyObject *_self, PyObject *other, int opid)
static PyType_Slot PyUpb_GenericSequence_Slots[]
static PyObject * PyUpb_ByNameMap_Values(PyObject *_self, PyObject *args)
static PyObject * PyUpb_ByNameMap_Keys(PyObject *_self, PyObject *args)
static PyObject * PyUpb_GenericSequence_RichCompare(PyObject *_self, PyObject *other, int opid)
static PyObject * PyUpb_GenericSequence_GetItem(PyObject *_self, Py_ssize_t index)
static PyObject * PyUpb_GenericSequence_Append(PyObject *self, PyObject *args)
static PyObject * PyUpb_ByNameMap_RichCompare(PyObject *_self, PyObject *other, int opid)
static PyType_Slot PyUpb_ByNameMap_Slots[]
static void PyUpb_ByNameMap_Dealloc(PyObject *_self)
static PyObject * PyUpb_ByNumberMap_Keys(PyObject *_self, PyObject *args)
static PyObject * PyUpb_ByNumberMap_GetIter(PyObject *_self)
static PyObject * PyUpb_ByNumberMap_Items(PyObject *_self, PyObject *args)
static PyObject * PyUpb_ByNameMap_GetIter(PyObject *_self)
static PyObject * PyUpb_GenericSequence_Index(PyObject *self, PyObject *item)
PyObject * PyUpb_DescriptorIterator_IterNext(PyObject *_self)
static PyObject * PyUpb_ByNumberMap_Values(PyObject *_self, PyObject *args)
#define PYUPB_MODULE_NAME
static PyMethodDef PyUpb_ByNameMap_Methods[]
static int PyUpb_ByNameMap_AssignSubscript(PyObject *self, PyObject *key, PyObject *value)
static PyType_Slot PyUpb_DescriptorIterator_Slots[]
static Py_ssize_t PyUpb_ByNumberMap_Length(PyObject *_self)
static void PyUpb_DescriptorIterator_Dealloc(PyObject *_self)
static Py_ssize_t PyUpb_ByNameMap_Length(PyObject *_self)
static PyObject * PyUpb_ByNameMap_Subscript(PyObject *_self, PyObject *key)
static PyObject * PyUpb_ByNumberMap_Get(PyObject *_self, PyObject *args)
static PyObject * PyUpb_GenericSequence_Count(PyObject *_self, PyObject *item)
static PyType_Slot PyUpb_ByNumberMap_Slots[]
static int PyUpb_ByNameMap_Contains(PyObject *_self, PyObject *key)
static void PyUpb_ByNumberMap_Dealloc(PyObject *_self)
grpc
Author(s):
autogenerated on Fri May 16 2025 03:01:10