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

Functions

static const EnumValueDescriptor_GetDescriptor (PyBaseDescriptor *self)
 
static const EnumValueDescriptor_GetDescriptor (PyBaseDescriptor *self)
 
static PyObject * GetHasOptions (PyBaseDescriptor *self, void *closure)
 
static PyObject * GetHasOptions (PyBaseDescriptor *self, void *closure)
 
static PyObject * GetIndex (PyBaseDescriptor *self, void *closure)
 
static PyObject * GetIndex (PyBaseDescriptor *self, void *closure)
 
static PyObject * GetName (PyBaseDescriptor *self, void *closure)
 
static PyObject * GetName (PyBaseDescriptor *self, void *closure)
 
static PyObject * GetNumber (PyBaseDescriptor *self, void *closure)
 
static PyObject * GetNumber (PyBaseDescriptor *self, void *closure)
 
static PyObject * GetOptions (PyBaseDescriptor *self)
 
static PyObject * GetOptions (PyBaseDescriptor *self)
 
static PyObject * GetType (PyBaseDescriptor *self, void *closure)
 
static PyObject * GetType (PyBaseDescriptor *self, void *closure)
 
static int SetHasOptions (PyBaseDescriptor *self, PyObject *value, void *closure)
 
static int SetHasOptions (PyBaseDescriptor *self, PyObject *value, void *closure)
 
static int SetOptions (PyBaseDescriptor *self, PyObject *value, void *closure)
 
static int SetOptions (PyBaseDescriptor *self, PyObject *value, void *closure)
 
static int SetSerializedOptions (PyBaseDescriptor *self, PyObject *value, void *closure)
 
static int SetSerializedOptions (PyBaseDescriptor *self, PyObject *value, void *closure)
 

Variables

static PyGetSetDef Getters []
 
static PyGetSetDef Getters []
 
static PyMethodDef Methods []
 
static PyMethodDef Methods []
 

Function Documentation

◆ _GetDescriptor() [1/2]

static const EnumValueDescriptor* google::protobuf::python::enumvalue_descriptor::_GetDescriptor ( PyBaseDescriptor self)
static

◆ _GetDescriptor() [2/2]

static const EnumValueDescriptor* google::protobuf::python::enumvalue_descriptor::_GetDescriptor ( PyBaseDescriptor self)
static

◆ GetHasOptions() [1/2]

static PyObject* google::protobuf::python::enumvalue_descriptor::GetHasOptions ( PyBaseDescriptor self,
void *  closure 
)
static

◆ GetHasOptions() [2/2]

static PyObject* google::protobuf::python::enumvalue_descriptor::GetHasOptions ( PyBaseDescriptor self,
void *  closure 
)
static

◆ GetIndex() [1/2]

static PyObject* google::protobuf::python::enumvalue_descriptor::GetIndex ( PyBaseDescriptor self,
void *  closure 
)
static

◆ GetIndex() [2/2]

static PyObject* google::protobuf::python::enumvalue_descriptor::GetIndex ( PyBaseDescriptor self,
void *  closure 
)
static

◆ GetName() [1/2]

static PyObject* google::protobuf::python::enumvalue_descriptor::GetName ( PyBaseDescriptor self,
void *  closure 
)
static

◆ GetName() [2/2]

static PyObject* google::protobuf::python::enumvalue_descriptor::GetName ( PyBaseDescriptor self,
void *  closure 
)
static

◆ GetNumber() [1/2]

static PyObject* google::protobuf::python::enumvalue_descriptor::GetNumber ( PyBaseDescriptor self,
void *  closure 
)
static

◆ GetNumber() [2/2]

static PyObject* google::protobuf::python::enumvalue_descriptor::GetNumber ( PyBaseDescriptor self,
void *  closure 
)
static

◆ GetOptions() [1/2]

static PyObject* google::protobuf::python::enumvalue_descriptor::GetOptions ( PyBaseDescriptor self)
static

◆ GetOptions() [2/2]

static PyObject* google::protobuf::python::enumvalue_descriptor::GetOptions ( PyBaseDescriptor self)
static

◆ GetType() [1/2]

static PyObject* google::protobuf::python::enumvalue_descriptor::GetType ( PyBaseDescriptor self,
void *  closure 
)
static

◆ GetType() [2/2]

static PyObject* google::protobuf::python::enumvalue_descriptor::GetType ( PyBaseDescriptor self,
void *  closure 
)
static

◆ SetHasOptions() [1/2]

static int google::protobuf::python::enumvalue_descriptor::SetHasOptions ( PyBaseDescriptor self,
PyObject *  value,
void *  closure 
)
static

◆ SetHasOptions() [2/2]

static int google::protobuf::python::enumvalue_descriptor::SetHasOptions ( PyBaseDescriptor self,
PyObject *  value,
void *  closure 
)
static

◆ SetOptions() [1/2]

static int google::protobuf::python::enumvalue_descriptor::SetOptions ( PyBaseDescriptor self,
PyObject *  value,
void *  closure 
)
static

◆ SetOptions() [2/2]

static int google::protobuf::python::enumvalue_descriptor::SetOptions ( PyBaseDescriptor self,
PyObject *  value,
void *  closure 
)
static

◆ SetSerializedOptions() [1/2]

static int google::protobuf::python::enumvalue_descriptor::SetSerializedOptions ( PyBaseDescriptor self,
PyObject *  value,
void *  closure 
)
static

◆ SetSerializedOptions() [2/2]

static int google::protobuf::python::enumvalue_descriptor::SetSerializedOptions ( PyBaseDescriptor self,
PyObject *  value,
void *  closure 
)
static

Variable Documentation

◆ Getters [1/2]

PyGetSetDef google::protobuf::python::enumvalue_descriptor::Getters[]
static
Initial value:
= {
{ "name", (getter)GetName, NULL, "name"},
{ "number", (getter)GetNumber, NULL, "number"},
{ "index", (getter)GetIndex, NULL, "index"},
{ "type", (getter)GetType, NULL, "index"},
{ "has_options", (getter)GetHasOptions, (setter)SetHasOptions, "Has Options"},
{ "_options", (getter)NULL, (setter)SetOptions, "Options"},
{ "_serialized_options", (getter)NULL, (setter)SetSerializedOptions,
"Serialized Options"},
{NULL}
}

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

◆ Getters [2/2]

PyGetSetDef google::protobuf::python::enumvalue_descriptor::Getters[]
static
Initial value:
= {
{ "name", (getter)GetName, NULL, "name"},
{ "number", (getter)GetNumber, NULL, "number"},
{ "index", (getter)GetIndex, NULL, "index"},
{ "type", (getter)GetType, NULL, "index"},
{ "has_options", (getter)GetHasOptions, (setter)SetHasOptions, "Has Options"},
{ "_options", (getter)NULL, (setter)SetOptions, "Options"},
{ "_serialized_options", (getter)NULL, (setter)SetSerializedOptions,
"Serialized Options"},
{NULL}
}

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

◆ Methods [1/2]

PyMethodDef google::protobuf::python::enumvalue_descriptor::Methods[]
static
Initial value:
= {
{ "GetOptions", (PyCFunction)GetOptions, METH_NOARGS, },
{NULL}
}

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

◆ Methods [2/2]

PyMethodDef google::protobuf::python::enumvalue_descriptor::Methods[]
static
Initial value:
= {
{ "GetOptions", (PyCFunction)GetOptions, METH_NOARGS, },
{NULL}
}

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

google::protobuf::python::enumvalue_descriptor::GetNumber
static PyObject * GetNumber(PyBaseDescriptor *self, void *closure)
Definition: protobuf/python/google/protobuf/pyext/descriptor.cc:1215
google::protobuf::python::oneof_descriptor::SetSerializedOptions
static int SetSerializedOptions(PyBaseDescriptor *self, PyObject *value, void *closure)
Definition: protobuf/python/google/protobuf/pyext/descriptor.cc:1583
google::protobuf::python::enumvalue_descriptor::GetType
static PyObject * GetType(PyBaseDescriptor *self, void *closure)
Definition: protobuf/python/google/protobuf/pyext/descriptor.cc:1223
google::protobuf::python::method_descriptor::GetIndex
static PyObject * GetIndex(PyBaseDescriptor *self, void *closure)
Definition: protobuf/python/google/protobuf/pyext/descriptor.cc:1792
google::protobuf::python::oneof_descriptor::GetHasOptions
static PyObject * GetHasOptions(PyBaseDescriptor *self, void *closure)
Definition: protobuf/python/google/protobuf/pyext/descriptor.cc:1561
google::protobuf::python::oneof_descriptor::SetOptions
static int SetOptions(PyBaseDescriptor *self, PyObject *value, void *closure)
Definition: protobuf/python/google/protobuf/pyext/descriptor.cc:1578
google::protobuf::python::method_descriptor::GetName
static PyObject * GetName(PyBaseDescriptor *self, void *closure)
Definition: protobuf/python/google/protobuf/pyext/descriptor.cc:1784
google::protobuf::python::method_descriptor::GetOptions
static PyObject * GetOptions(PyBaseDescriptor *self)
Definition: protobuf/python/google/protobuf/pyext/descriptor.cc:1812
google::protobuf::python::oneof_descriptor::SetHasOptions
static int SetHasOptions(PyBaseDescriptor *self, PyObject *value, void *closure)
Definition: protobuf/python/google/protobuf/pyext/descriptor.cc:1569


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