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

Functions

static const FieldDescriptor_GetDescriptor (PyBaseDescriptor *self)
 
static PyObject * GetCamelcaseName (PyBaseDescriptor *self, void *closure)
 
static PyObject * GetCDescriptor (PyObject *self, void *closure)
 
static PyObject * GetContainingOneof (PyBaseDescriptor *self, void *closure)
 
static PyObject * GetContainingType (PyBaseDescriptor *self, void *closure)
 
static PyObject * GetCppType (PyBaseDescriptor *self, void *closure)
 
static PyObject * GetDefaultValue (PyBaseDescriptor *self, void *closure)
 
static PyObject * GetEnumType (PyBaseDescriptor *self, void *closure)
 
static PyObject * GetExtensionScope (PyBaseDescriptor *self, void *closure)
 
static PyObject * GetFile (PyBaseDescriptor *self, void *closure)
 
static PyObject * GetFullName (PyBaseDescriptor *self, void *closure)
 
static PyObject * GetHasOptions (PyBaseDescriptor *self, void *closure)
 
static PyObject * GetID (PyBaseDescriptor *self, void *closure)
 
static PyObject * GetIndex (PyBaseDescriptor *self, void *closure)
 
static PyObject * GetJsonName (PyBaseDescriptor *self, void *closure)
 
static PyObject * GetLabel (PyBaseDescriptor *self, void *closure)
 
static PyObject * GetMessageType (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 PyObject * HasDefaultValue (PyBaseDescriptor *self, void *closure)
 
static PyObject * IsExtension (PyBaseDescriptor *self, void *closure)
 
static int SetContainingOneof (PyBaseDescriptor *self, PyObject *value, void *closure)
 
static int SetContainingType (PyBaseDescriptor *self, PyObject *value, void *closure)
 
static int SetEnumType (PyBaseDescriptor *self, PyObject *value, void *closure)
 
static int SetHasOptions (PyBaseDescriptor *self, PyObject *value, void *closure)
 
static int SetMessageType (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 FieldDescriptor* google::protobuf::python::field_descriptor::_GetDescriptor ( PyBaseDescriptor self)
static

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

◆ GetCamelcaseName()

static PyObject* google::protobuf::python::field_descriptor::GetCamelcaseName ( PyBaseDescriptor self,
void closure 
)
static

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

◆ GetCDescriptor()

static PyObject* google::protobuf::python::field_descriptor::GetCDescriptor ( PyObject *  self,
void closure 
)
static

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

◆ GetContainingOneof()

static PyObject* google::protobuf::python::field_descriptor::GetContainingOneof ( PyBaseDescriptor self,
void closure 
)
static

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

◆ GetContainingType()

static PyObject* google::protobuf::python::field_descriptor::GetContainingType ( PyBaseDescriptor self,
void closure 
)
static

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

◆ GetCppType()

static PyObject* google::protobuf::python::field_descriptor::GetCppType ( PyBaseDescriptor self,
void closure 
)
static

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

◆ GetDefaultValue()

static PyObject* google::protobuf::python::field_descriptor::GetDefaultValue ( PyBaseDescriptor self,
void closure 
)
static

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

◆ GetEnumType()

static PyObject* google::protobuf::python::field_descriptor::GetEnumType ( PyBaseDescriptor self,
void closure 
)
static

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

◆ GetExtensionScope()

static PyObject* google::protobuf::python::field_descriptor::GetExtensionScope ( PyBaseDescriptor self,
void closure 
)
static

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

◆ GetFile()

static PyObject* google::protobuf::python::field_descriptor::GetFile ( PyBaseDescriptor self,
void closure 
)
static

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

◆ GetFullName()

static PyObject* google::protobuf::python::field_descriptor::GetFullName ( PyBaseDescriptor self,
void closure 
)
static

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

◆ GetHasOptions()

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

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

◆ GetID()

static PyObject* google::protobuf::python::field_descriptor::GetID ( PyBaseDescriptor self,
void closure 
)
static

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

◆ GetIndex()

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

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

◆ GetJsonName()

static PyObject* google::protobuf::python::field_descriptor::GetJsonName ( PyBaseDescriptor self,
void closure 
)
static

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

◆ GetLabel()

static PyObject* google::protobuf::python::field_descriptor::GetLabel ( PyBaseDescriptor self,
void closure 
)
static

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

◆ GetMessageType()

static PyObject* google::protobuf::python::field_descriptor::GetMessageType ( PyBaseDescriptor self,
void closure 
)
static

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

◆ GetName()

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

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

◆ GetNumber()

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

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

◆ GetOptions()

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

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

◆ GetType()

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

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

◆ HasDefaultValue()

static PyObject* google::protobuf::python::field_descriptor::HasDefaultValue ( PyBaseDescriptor self,
void closure 
)
static

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

◆ IsExtension()

static PyObject* google::protobuf::python::field_descriptor::IsExtension ( PyBaseDescriptor self,
void closure 
)
static

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

◆ SetContainingOneof()

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

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

◆ SetContainingType()

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

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

◆ SetEnumType()

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

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

◆ SetHasOptions()

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

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

◆ SetMessageType()

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

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

◆ SetOptions()

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

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

◆ SetSerializedOptions()

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

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

Variable Documentation

◆ Getters

PyGetSetDef google::protobuf::python::field_descriptor::Getters[]
static

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

◆ Methods

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

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

NULL
NULL
Definition: test_security_zap.cpp:405
google::protobuf::python::method_descriptor::GetOptions
static PyObject * GetOptions(PyBaseDescriptor *self)
Definition: python/google/protobuf/pyext/descriptor.cc:1816


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