Functions | Variables
google::protobuf::python::descriptor Namespace Reference

Functions

static bool _GetItemByKey (PyContainer *self, PyObject *key, const void **item)
 
static bool _GetItemByKey (PyContainer *self, PyObject *key, const void **item)
 
static PyObject * _NewKey_ByIndex (PyContainer *self, Py_ssize_t index)
 
static PyObject * _NewKey_ByIndex (PyContainer *self, Py_ssize_t index)
 
static PyObject * _NewObj_ByIndex (PyContainer *self, Py_ssize_t index)
 
static PyObject * _NewObj_ByIndex (PyContainer *self, Py_ssize_t index)
 
static PyObject * Append (PyContainer *self, PyObject *args)
 
static PyObject * Append (PyContainer *self, PyObject *args)
 
static int AssSubscript (PyContainer *self, PyObject *key, PyObject *value)
 
static int AssSubscript (PyContainer *self, PyObject *key, PyObject *value)
 
static PyObject * ContainerRepr (PyContainer *self)
 
static PyObject * ContainerRepr (PyContainer *self)
 
static int Contains (PyContainer *self, PyObject *key)
 
static int Contains (PyContainer *self, PyObject *key)
 
static PyObject * Count (PyContainer *self, PyObject *item)
 
static PyObject * Count (PyContainer *self, PyObject *item)
 
static void Dealloc (PyObject *pself)
 
static void Dealloc (PyObject *pself)
 
static int DescriptorMapping_Equal (PyContainer *self, PyObject *other)
 
static int DescriptorMapping_Equal (PyContainer *self, PyObject *other)
 
static int DescriptorSequence_Equal (PyContainer *self, PyObject *other)
 
static int DescriptorSequence_Equal (PyContainer *self, PyObject *other)
 
int Find (PyContainer *self, PyObject *item)
 
static int GcClear (PyObject *pself)
 
static int GcClear (PyObject *pself)
 
static int GcTraverse (PyObject *pself, visitproc visit, void *arg)
 
static int GcTraverse (PyObject *pself, visitproc visit, void *arg)
 
static PyObject * Get (PyContainer *self, PyObject *args)
 
static PyObject * Get (PyContainer *self, PyObject *args)
 
static PyObject * GetItem (PyContainer *self, Py_ssize_t index)
 
static PyObject * GetItem (PyContainer *self, Py_ssize_t index)
 
static PyObject * Index (PyContainer *self, PyObject *item)
 
static PyObject * Index (PyContainer *self, PyObject *item)
 
static PyObject * Items (PyContainer *self, PyObject *args)
 
static PyObject * Items (PyContainer *self, PyObject *args)
 
static PyObject * Iter (PyContainer *self)
 
static PyObject * Iter (PyContainer *self)
 
static void Iterator_Dealloc (PyContainerIterator *self)
 
static void Iterator_Dealloc (PyContainerIterator *self)
 
static PyObject * Iterator_Next (PyContainerIterator *self)
 
static PyObject * Iterator_Next (PyContainerIterator *self)
 
static PyObject * IterItems (PyContainer *self, PyObject *args)
 
static PyObject * IterItems (PyContainer *self, PyObject *args)
 
static PyObject * IterKeys (PyContainer *self, PyObject *args)
 
static PyObject * IterKeys (PyContainer *self, PyObject *args)
 
static PyObject * IterValues (PyContainer *self, PyObject *args)
 
static PyObject * IterValues (PyContainer *self, PyObject *args)
 
static PyObject * Keys (PyContainer *self, PyObject *args)
 
static PyObject * Keys (PyContainer *self, PyObject *args)
 
static Py_ssize_t Length (PyContainer *self)
 
static Py_ssize_t Length (PyContainer *self)
 
static PyObject * NewContainerIterator (PyContainer *mapping, PyContainerIterator::IterKind kind)
 
static PyObject * NewContainerIterator (PyContainer *mapping, PyContainerIterator::IterKind kind)
 
template<class DescriptorClass >
PyObject * NewInternedDescriptor (PyTypeObject *type, const DescriptorClass *descriptor, bool *was_created)
 
static PyObject * NewMappingByCamelcaseName (DescriptorContainerDef *container_def, const void *descriptor)
 
static PyObject * NewMappingByCamelcaseName (DescriptorContainerDef *container_def, const void *descriptor)
 
static PyObject * NewMappingByName (DescriptorContainerDef *container_def, const void *descriptor)
 
static PyObject * NewMappingByName (DescriptorContainerDef *container_def, const void *descriptor)
 
static PyObject * NewMappingByNumber (DescriptorContainerDef *container_def, const void *descriptor)
 
static PyObject * NewMappingByNumber (DescriptorContainerDef *container_def, const void *descriptor)
 
static PyObject * NewSequence (DescriptorContainerDef *container_def, const void *descriptor)
 
static PyObject * NewSequence (DescriptorContainerDef *container_def, const void *descriptor)
 
static PyObject * Reversed (PyContainer *self, PyObject *args)
 
static PyObject * Reversed (PyContainer *self, PyObject *args)
 
static PyObject * RichCompare (PyContainer *self, PyObject *other, int opid)
 
static PyObject * RichCompare (PyContainer *self, PyObject *other, int opid)
 
static int SeqContains (PyContainer *self, PyObject *item)
 
static int SeqContains (PyContainer *self, PyObject *item)
 
static PyObject * SeqSubscript (PyContainer *self, PyObject *item)
 
static PyObject * SeqSubscript (PyContainer *self, PyObject *item)
 
static PyObject * Subscript (PyContainer *self, PyObject *key)
 
static PyObject * Subscript (PyContainer *self, PyObject *key)
 
static PyObject * Values (PyContainer *self, PyObject *args)
 
static PyObject * Values (PyContainer *self, PyObject *args)
 

Variables

static PyTypeObject ContainerIterator_Type
 
static PyTypeObject ContainerIterator_Type
 
PyTypeObject DescriptorMapping_Type
 
PyTypeObject DescriptorSequence_Type
 
static PyGetSetDef Getters []
 
static PyGetSetDef Getters []
 
static PyMappingMethods MappingMappingMethods
 
static PyMappingMethods MappingMappingMethods
 
static PyMethodDef MappingMethods []
 
static PyMethodDef MappingMethods []
 
static PySequenceMethods MappingSequenceMethods
 
static PySequenceMethods MappingSequenceMethods
 
PyTypeObject PyBaseDescriptor_Type
 
static PyMappingMethods SeqMappingMethods
 
static PyMappingMethods SeqMappingMethods
 
static PyMethodDef SeqMethods []
 
static PyMethodDef SeqMethods []
 
static PySequenceMethods SeqSequenceMethods
 
static PySequenceMethods SeqSequenceMethods
 

Function Documentation

◆ _GetItemByKey() [1/2]

static bool google::protobuf::python::descriptor::_GetItemByKey ( PyContainer self,
PyObject *  key,
const void **  item 
)
static

◆ _GetItemByKey() [2/2]

static bool google::protobuf::python::descriptor::_GetItemByKey ( PyContainer self,
PyObject *  key,
const void **  item 
)
static

◆ _NewKey_ByIndex() [1/2]

static PyObject* google::protobuf::python::descriptor::_NewKey_ByIndex ( PyContainer self,
Py_ssize_t  index 
)
static

◆ _NewKey_ByIndex() [2/2]

static PyObject* google::protobuf::python::descriptor::_NewKey_ByIndex ( PyContainer self,
Py_ssize_t  index 
)
static

◆ _NewObj_ByIndex() [1/2]

static PyObject* google::protobuf::python::descriptor::_NewObj_ByIndex ( PyContainer self,
Py_ssize_t  index 
)
static

◆ _NewObj_ByIndex() [2/2]

static PyObject* google::protobuf::python::descriptor::_NewObj_ByIndex ( PyContainer self,
Py_ssize_t  index 
)
static

◆ Append() [1/2]

static PyObject* google::protobuf::python::descriptor::Append ( PyContainer self,
PyObject *  args 
)
static

◆ Append() [2/2]

static PyObject* google::protobuf::python::descriptor::Append ( PyContainer self,
PyObject *  args 
)
static

◆ AssSubscript() [1/2]

static int google::protobuf::python::descriptor::AssSubscript ( PyContainer self,
PyObject *  key,
PyObject *  value 
)
static

◆ AssSubscript() [2/2]

static int google::protobuf::python::descriptor::AssSubscript ( PyContainer self,
PyObject *  key,
PyObject *  value 
)
static

◆ ContainerRepr() [1/2]

static PyObject* google::protobuf::python::descriptor::ContainerRepr ( PyContainer self)
static

◆ ContainerRepr() [2/2]

static PyObject* google::protobuf::python::descriptor::ContainerRepr ( PyContainer self)
static

◆ Contains() [1/2]

static int google::protobuf::python::descriptor::Contains ( PyContainer self,
PyObject *  key 
)
static

◆ Contains() [2/2]

static int google::protobuf::python::descriptor::Contains ( PyContainer self,
PyObject *  key 
)
static

◆ Count() [1/2]

static PyObject* google::protobuf::python::descriptor::Count ( PyContainer self,
PyObject *  item 
)
static

◆ Count() [2/2]

static PyObject* google::protobuf::python::descriptor::Count ( PyContainer self,
PyObject *  item 
)
static

◆ Dealloc() [1/2]

static void google::protobuf::python::descriptor::Dealloc ( PyObject *  pself)
static

◆ Dealloc() [2/2]

static void google::protobuf::python::descriptor::Dealloc ( PyObject *  pself)
static

◆ DescriptorMapping_Equal() [1/2]

static int google::protobuf::python::descriptor::DescriptorMapping_Equal ( PyContainer self,
PyObject *  other 
)
static

◆ DescriptorMapping_Equal() [2/2]

static int google::protobuf::python::descriptor::DescriptorMapping_Equal ( PyContainer self,
PyObject *  other 
)
static

◆ DescriptorSequence_Equal() [1/2]

static int google::protobuf::python::descriptor::DescriptorSequence_Equal ( PyContainer self,
PyObject *  other 
)
static

◆ DescriptorSequence_Equal() [2/2]

static int google::protobuf::python::descriptor::DescriptorSequence_Equal ( PyContainer self,
PyObject *  other 
)
static

◆ Find()

int google::protobuf::python::descriptor::Find ( PyContainer self,
PyObject *  item 
)

◆ GcClear() [1/2]

static int google::protobuf::python::descriptor::GcClear ( PyObject *  pself)
static

◆ GcClear() [2/2]

static int google::protobuf::python::descriptor::GcClear ( PyObject *  pself)
static

◆ GcTraverse() [1/2]

static int google::protobuf::python::descriptor::GcTraverse ( PyObject *  pself,
visitproc  visit,
void *  arg 
)
static

◆ GcTraverse() [2/2]

static int google::protobuf::python::descriptor::GcTraverse ( PyObject *  pself,
visitproc  visit,
void *  arg 
)
static

◆ Get() [1/2]

static PyObject* google::protobuf::python::descriptor::Get ( PyContainer self,
PyObject *  args 
)
static

◆ Get() [2/2]

static PyObject* google::protobuf::python::descriptor::Get ( PyContainer self,
PyObject *  args 
)
static

◆ GetItem() [1/2]

static PyObject* google::protobuf::python::descriptor::GetItem ( PyContainer self,
Py_ssize_t  index 
)
static

◆ GetItem() [2/2]

static PyObject* google::protobuf::python::descriptor::GetItem ( PyContainer self,
Py_ssize_t  index 
)
static

◆ Index() [1/2]

static PyObject* google::protobuf::python::descriptor::Index ( PyContainer self,
PyObject *  item 
)
static

◆ Index() [2/2]

static PyObject* google::protobuf::python::descriptor::Index ( PyContainer self,
PyObject *  item 
)
static

◆ Items() [1/2]

static PyObject* google::protobuf::python::descriptor::Items ( PyContainer self,
PyObject *  args 
)
static

◆ Items() [2/2]

static PyObject* google::protobuf::python::descriptor::Items ( PyContainer self,
PyObject *  args 
)
static

◆ Iter() [1/2]

static PyObject* google::protobuf::python::descriptor::Iter ( PyContainer self)
static

◆ Iter() [2/2]

static PyObject* google::protobuf::python::descriptor::Iter ( PyContainer self)
static

◆ Iterator_Dealloc() [1/2]

static void google::protobuf::python::descriptor::Iterator_Dealloc ( PyContainerIterator self)
static

◆ Iterator_Dealloc() [2/2]

static void google::protobuf::python::descriptor::Iterator_Dealloc ( PyContainerIterator self)
static

◆ Iterator_Next() [1/2]

static PyObject* google::protobuf::python::descriptor::Iterator_Next ( PyContainerIterator self)
static

◆ Iterator_Next() [2/2]

static PyObject* google::protobuf::python::descriptor::Iterator_Next ( PyContainerIterator self)
static

◆ IterItems() [1/2]

static PyObject* google::protobuf::python::descriptor::IterItems ( PyContainer self,
PyObject *  args 
)
static

◆ IterItems() [2/2]

static PyObject* google::protobuf::python::descriptor::IterItems ( PyContainer self,
PyObject *  args 
)
static

◆ IterKeys() [1/2]

static PyObject* google::protobuf::python::descriptor::IterKeys ( PyContainer self,
PyObject *  args 
)
static

◆ IterKeys() [2/2]

static PyObject* google::protobuf::python::descriptor::IterKeys ( PyContainer self,
PyObject *  args 
)
static

◆ IterValues() [1/2]

static PyObject* google::protobuf::python::descriptor::IterValues ( PyContainer self,
PyObject *  args 
)
static

◆ IterValues() [2/2]

static PyObject* google::protobuf::python::descriptor::IterValues ( PyContainer self,
PyObject *  args 
)
static

◆ Keys() [1/2]

static PyObject* google::protobuf::python::descriptor::Keys ( PyContainer self,
PyObject *  args 
)
static

◆ Keys() [2/2]

static PyObject* google::protobuf::python::descriptor::Keys ( PyContainer self,
PyObject *  args 
)
static

◆ Length() [1/2]

static Py_ssize_t google::protobuf::python::descriptor::Length ( PyContainer self)
static

◆ Length() [2/2]

static Py_ssize_t google::protobuf::python::descriptor::Length ( PyContainer self)
static

◆ NewContainerIterator() [1/2]

static PyObject * google::protobuf::python::descriptor::NewContainerIterator ( PyContainer mapping,
PyContainerIterator::IterKind  kind 
)
static

◆ NewContainerIterator() [2/2]

static PyObject * google::protobuf::python::descriptor::NewContainerIterator ( PyContainer mapping,
PyContainerIterator::IterKind  kind 
)
static

◆ NewInternedDescriptor()

template<class DescriptorClass >
PyObject * google::protobuf::python::descriptor::NewInternedDescriptor ( PyTypeObject *  type,
const DescriptorClass *  descriptor,
bool was_created 
)

◆ NewMappingByCamelcaseName() [1/2]

static PyObject* google::protobuf::python::descriptor::NewMappingByCamelcaseName ( DescriptorContainerDef container_def,
const void *  descriptor 
)
static

◆ NewMappingByCamelcaseName() [2/2]

static PyObject* google::protobuf::python::descriptor::NewMappingByCamelcaseName ( DescriptorContainerDef container_def,
const void *  descriptor 
)
static

◆ NewMappingByName() [1/2]

static PyObject* google::protobuf::python::descriptor::NewMappingByName ( DescriptorContainerDef container_def,
const void *  descriptor 
)
static

◆ NewMappingByName() [2/2]

static PyObject* google::protobuf::python::descriptor::NewMappingByName ( DescriptorContainerDef container_def,
const void *  descriptor 
)
static

◆ NewMappingByNumber() [1/2]

static PyObject* google::protobuf::python::descriptor::NewMappingByNumber ( DescriptorContainerDef container_def,
const void *  descriptor 
)
static

◆ NewMappingByNumber() [2/2]

static PyObject* google::protobuf::python::descriptor::NewMappingByNumber ( DescriptorContainerDef container_def,
const void *  descriptor 
)
static

◆ NewSequence() [1/2]

static PyObject* google::protobuf::python::descriptor::NewSequence ( DescriptorContainerDef container_def,
const void *  descriptor 
)
static

◆ NewSequence() [2/2]

static PyObject* google::protobuf::python::descriptor::NewSequence ( DescriptorContainerDef container_def,
const void *  descriptor 
)
static

◆ Reversed() [1/2]

static PyObject* google::protobuf::python::descriptor::Reversed ( PyContainer self,
PyObject *  args 
)
static

◆ Reversed() [2/2]

static PyObject* google::protobuf::python::descriptor::Reversed ( PyContainer self,
PyObject *  args 
)
static

◆ RichCompare() [1/2]

static PyObject* google::protobuf::python::descriptor::RichCompare ( PyContainer self,
PyObject *  other,
int  opid 
)
static

◆ RichCompare() [2/2]

static PyObject* google::protobuf::python::descriptor::RichCompare ( PyContainer self,
PyObject *  other,
int  opid 
)
static

◆ SeqContains() [1/2]

static int google::protobuf::python::descriptor::SeqContains ( PyContainer self,
PyObject *  item 
)
static

◆ SeqContains() [2/2]

static int google::protobuf::python::descriptor::SeqContains ( PyContainer self,
PyObject *  item 
)
static

◆ SeqSubscript() [1/2]

static PyObject* google::protobuf::python::descriptor::SeqSubscript ( PyContainer self,
PyObject *  item 
)
static

◆ SeqSubscript() [2/2]

static PyObject* google::protobuf::python::descriptor::SeqSubscript ( PyContainer self,
PyObject *  item 
)
static

◆ Subscript() [1/2]

static PyObject* google::protobuf::python::descriptor::Subscript ( PyContainer self,
PyObject *  key 
)
static

◆ Subscript() [2/2]

static PyObject* google::protobuf::python::descriptor::Subscript ( PyContainer self,
PyObject *  key 
)
static

◆ Values() [1/2]

static PyObject* google::protobuf::python::descriptor::Values ( PyContainer self,
PyObject *  args 
)
static

◆ Values() [2/2]

static PyObject* google::protobuf::python::descriptor::Values ( PyContainer self,
PyObject *  args 
)
static

Variable Documentation

◆ ContainerIterator_Type [1/2]

PyTypeObject google::protobuf::python::descriptor::ContainerIterator_Type
static

◆ ContainerIterator_Type [2/2]

PyTypeObject google::protobuf::python::descriptor::ContainerIterator_Type
static

◆ DescriptorMapping_Type

PyTypeObject google::protobuf::python::descriptor::DescriptorMapping_Type

◆ DescriptorSequence_Type

PyTypeObject google::protobuf::python::descriptor::DescriptorSequence_Type

◆ Getters [1/2]

PyGetSetDef google::protobuf::python::descriptor::Getters[]
static
Initial value:
= {
{NULL}
}

Definition at line 412 of file protobuf/python/google/protobuf/pyext/descriptor.cc.

◆ Getters [2/2]

PyGetSetDef google::protobuf::python::descriptor::Getters[]
static
Initial value:
= {
{NULL}
}

Definition at line 417 of file bloaty/third_party/protobuf/python/google/protobuf/pyext/descriptor.cc.

◆ MappingMappingMethods [1/2]

PyMappingMethods google::protobuf::python::descriptor::MappingMappingMethods
static
Initial value:
= {
(lenfunc)Length,
(binaryfunc)Subscript,
(objobjargproc)AssSubscript,
}

Definition at line 282 of file protobuf/python/google/protobuf/pyext/descriptor_containers.cc.

◆ MappingMappingMethods [2/2]

PyMappingMethods google::protobuf::python::descriptor::MappingMappingMethods
static
Initial value:
= {
(lenfunc)Length,
(binaryfunc)Subscript,
(objobjargproc)AssSubscript,
}

Definition at line 287 of file bloaty/third_party/protobuf/python/google/protobuf/pyext/descriptor_containers.cc.

◆ MappingMethods [1/2]

PyMethodDef google::protobuf::python::descriptor::MappingMethods[]
static
Initial value:
= {
{ "get", (PyCFunction)Get, METH_VARARGS, },
{ "keys", (PyCFunction)Keys, METH_NOARGS, },
{ "values", (PyCFunction)Values, METH_NOARGS, },
{ "items", (PyCFunction)Items, METH_NOARGS, },
{ "iterkeys", (PyCFunction)IterKeys, METH_NOARGS, },
{ "itervalues", (PyCFunction)IterValues, METH_NOARGS, },
{ "iteritems", (PyCFunction)IterItems, METH_NOARGS, },
{NULL}
}

Definition at line 542 of file protobuf/python/google/protobuf/pyext/descriptor_containers.cc.

◆ MappingMethods [2/2]

PyMethodDef google::protobuf::python::descriptor::MappingMethods[]
static
Initial value:
= {
{ "get", (PyCFunction)Get, METH_VARARGS, },
{ "keys", (PyCFunction)Keys, METH_NOARGS, },
{ "values", (PyCFunction)Values, METH_NOARGS, },
{ "items", (PyCFunction)Items, METH_NOARGS, },
{ "iterkeys", (PyCFunction)IterKeys, METH_NOARGS, },
{ "itervalues", (PyCFunction)IterValues, METH_NOARGS, },
{ "iteritems", (PyCFunction)IterItems, METH_NOARGS, },
{NULL}
}

Definition at line 547 of file bloaty/third_party/protobuf/python/google/protobuf/pyext/descriptor_containers.cc.

◆ MappingSequenceMethods [1/2]

PySequenceMethods google::protobuf::python::descriptor::MappingSequenceMethods
static
Initial value:
= {
0,
0,
0,
0,
0,
0,
0,
(objobjproc)Contains,
}

Definition at line 439 of file protobuf/python/google/protobuf/pyext/descriptor_containers.cc.

◆ MappingSequenceMethods [2/2]

PySequenceMethods google::protobuf::python::descriptor::MappingSequenceMethods
static
Initial value:
= {
0,
0,
0,
0,
0,
0,
0,
(objobjproc)Contains,
}

Definition at line 444 of file bloaty/third_party/protobuf/python/google/protobuf/pyext/descriptor_containers.cc.

◆ PyBaseDescriptor_Type

PyTypeObject google::protobuf::python::descriptor::PyBaseDescriptor_Type

◆ SeqMappingMethods [1/2]

PyMappingMethods google::protobuf::python::descriptor::SeqMappingMethods
static
Initial value:
= {
(lenfunc)Length,
(binaryfunc)SeqSubscript,
0,
}

Definition at line 732 of file protobuf/python/google/protobuf/pyext/descriptor_containers.cc.

◆ SeqMappingMethods [2/2]

PyMappingMethods google::protobuf::python::descriptor::SeqMappingMethods
static
Initial value:
= {
(lenfunc)Length,
(binaryfunc)SeqSubscript,
0,
}

Definition at line 737 of file bloaty/third_party/protobuf/python/google/protobuf/pyext/descriptor_containers.cc.

◆ SeqMethods [1/2]

PyMethodDef google::protobuf::python::descriptor::SeqMethods[]
static
Initial value:
= {
{ "index", (PyCFunction)Index, METH_O, },
{ "count", (PyCFunction)Count, METH_O, },
{ "append", (PyCFunction)Append, METH_O, },
{ "__reversed__", (PyCFunction)Reversed, METH_NOARGS, },
{NULL}
}

Definition at line 713 of file protobuf/python/google/protobuf/pyext/descriptor_containers.cc.

◆ SeqMethods [2/2]

PyMethodDef google::protobuf::python::descriptor::SeqMethods[]
static
Initial value:
= {
{ "index", (PyCFunction)Index, METH_O, },
{ "count", (PyCFunction)Count, METH_O, },
{ "append", (PyCFunction)Append, METH_O, },
{ "__reversed__", (PyCFunction)Reversed, METH_NOARGS, },
{NULL}
}

Definition at line 718 of file bloaty/third_party/protobuf/python/google/protobuf/pyext/descriptor_containers.cc.

◆ SeqSequenceMethods [1/2]

PySequenceMethods google::protobuf::python::descriptor::SeqSequenceMethods
static
Initial value:
= {
(lenfunc)Length,
0,
0,
(ssizeargfunc)GetItem,
0,
0,
0,
(objobjproc)SeqContains,
}

Definition at line 721 of file protobuf/python/google/protobuf/pyext/descriptor_containers.cc.

◆ SeqSequenceMethods [2/2]

PySequenceMethods google::protobuf::python::descriptor::SeqSequenceMethods
static
Initial value:
= {
(lenfunc)Length,
0,
0,
(ssizeargfunc)GetItem,
0,
0,
0,
(objobjproc)SeqContains,
}

Definition at line 726 of file bloaty/third_party/protobuf/python/google/protobuf/pyext/descriptor_containers.cc.

google::protobuf::python::descriptor::GetItem
static PyObject * GetItem(PyContainer *self, Py_ssize_t index)
Definition: protobuf/python/google/protobuf/pyext/descriptor_containers.cc:597
google::protobuf::python::descriptor::SeqContains
static int SeqContains(PyContainer *self, PyObject *item)
Definition: protobuf/python/google/protobuf/pyext/descriptor_containers.cc:678
google::protobuf::python::descriptor::SeqSubscript
static PyObject * SeqSubscript(PyContainer *self, PyObject *item)
Definition: protobuf/python/google/protobuf/pyext/descriptor_containers.cc:609
google::protobuf::python::descriptor::Reversed
static PyObject * Reversed(PyContainer *self, PyObject *args)
Definition: protobuf/python/google/protobuf/pyext/descriptor_containers.cc:708
google::protobuf::python::descriptor::Get
static PyObject * Get(PyContainer *self, PyObject *args)
Definition: protobuf/python/google/protobuf/pyext/descriptor_containers.cc:450
google::protobuf::python::descriptor::IterValues
static PyObject * IterValues(PyContainer *self, PyObject *args)
Definition: protobuf/python/google/protobuf/pyext/descriptor_containers.cc:535
google::protobuf::python::descriptor::IterKeys
static PyObject * IterKeys(PyContainer *self, PyObject *args)
Definition: protobuf/python/google/protobuf/pyext/descriptor_containers.cc:532
google::protobuf::python::descriptor::AssSubscript
static int AssSubscript(PyContainer *self, PyObject *key, PyObject *value)
Definition: protobuf/python/google/protobuf/pyext/descriptor_containers.cc:272
google::protobuf::python::descriptor::Append
static PyObject * Append(PyContainer *self, PyObject *args)
Definition: protobuf/python/google/protobuf/pyext/descriptor_containers.cc:698
google::protobuf::python::descriptor::Keys
static PyObject * Keys(PyContainer *self, PyObject *args)
Definition: protobuf/python/google/protobuf/pyext/descriptor_containers.cc:468
google::protobuf::python::descriptor::Length
static Py_ssize_t Length(PyContainer *self)
Definition: protobuf/python/google/protobuf/pyext/descriptor_containers.cc:254
google::protobuf::python::file_descriptor::public_dependencies::Count
static int Count(PyContainer *self)
Definition: protobuf/python/google/protobuf/pyext/descriptor_containers.cc:1736
google::protobuf::python::descriptor::Items
static PyObject * Items(PyContainer *self, PyObject *args)
Definition: protobuf/python/google/protobuf/pyext/descriptor_containers.cc:500
google::protobuf::python::descriptor::Contains
static int Contains(PyContainer *self, PyObject *key)
Definition: protobuf/python/google/protobuf/pyext/descriptor_containers.cc:288
google::protobuf::python::descriptor::Values
static PyObject * Values(PyContainer *self, PyObject *args)
Definition: protobuf/python/google/protobuf/pyext/descriptor_containers.cc:484
google::protobuf::python::descriptor::Subscript
static PyObject * Subscript(PyContainer *self, PyObject *key)
Definition: protobuf/python/google/protobuf/pyext/descriptor_containers.cc:260
google::protobuf::python::descriptor::Index
static PyObject * Index(PyContainer *self, PyObject *item)
Definition: protobuf/python/google/protobuf/pyext/descriptor_containers.cc:667
google::protobuf::python::descriptor::IterItems
static PyObject * IterItems(PyContainer *self, PyObject *args)
Definition: protobuf/python/google/protobuf/pyext/descriptor_containers.cc:538


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