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

Functions

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

Variables

static PyGetSetDef Getters []
 
static PyMethodDef Methods []
 

Function Documentation

◆ _GetDescriptor()

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

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

◆ GetHasOptions()

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

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

◆ GetIndex()

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

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

◆ GetName()

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

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

◆ GetNumber()

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

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

◆ GetOptions()

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

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

◆ GetType()

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

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

◆ SetHasOptions()

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

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

◆ SetOptions()

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

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

◆ SetSerializedOptions()

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

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

Variable Documentation

◆ Getters

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 python/google/protobuf/pyext/descriptor.cc.

◆ Methods

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

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

google::protobuf::python::enumvalue_descriptor::GetNumber
static PyObject * GetNumber(PyBaseDescriptor *self, void *closure)
Definition: python/google/protobuf/pyext/descriptor.cc:1219
NULL
NULL
Definition: test_security_zap.cpp:405
google::protobuf::python::oneof_descriptor::SetSerializedOptions
static int SetSerializedOptions(PyBaseDescriptor *self, PyObject *value, void *closure)
Definition: python/google/protobuf/pyext/descriptor.cc:1587
google::protobuf::python::enumvalue_descriptor::GetType
static PyObject * GetType(PyBaseDescriptor *self, void *closure)
Definition: python/google/protobuf/pyext/descriptor.cc:1227
google::protobuf::python::method_descriptor::GetIndex
static PyObject * GetIndex(PyBaseDescriptor *self, void *closure)
Definition: python/google/protobuf/pyext/descriptor.cc:1796
google::protobuf::python::oneof_descriptor::GetHasOptions
static PyObject * GetHasOptions(PyBaseDescriptor *self, void *closure)
Definition: python/google/protobuf/pyext/descriptor.cc:1565
google::protobuf::python::oneof_descriptor::SetOptions
static int SetOptions(PyBaseDescriptor *self, PyObject *value, void *closure)
Definition: python/google/protobuf/pyext/descriptor.cc:1582
google::protobuf::python::method_descriptor::GetName
static PyObject * GetName(PyBaseDescriptor *self, void *closure)
Definition: python/google/protobuf/pyext/descriptor.cc:1788
google::protobuf::python::method_descriptor::GetOptions
static PyObject * GetOptions(PyBaseDescriptor *self)
Definition: python/google/protobuf/pyext/descriptor.cc:1816
google::protobuf::python::oneof_descriptor::SetHasOptions
static int SetHasOptions(PyBaseDescriptor *self, PyObject *value, void *closure)
Definition: python/google/protobuf/pyext/descriptor.cc:1573


libaditof
Author(s):
autogenerated on Wed May 21 2025 02:07:10