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

Functions

static const MethodDescriptor_GetDescriptor (PyBaseDescriptor *self)
 
static PyObject * CopyToProto (PyBaseDescriptor *self, PyObject *target)
 
static PyObject * GetContainingService (PyBaseDescriptor *self, void *closure)
 
static PyObject * GetFullName (PyBaseDescriptor *self, void *closure)
 
static PyObject * GetIndex (PyBaseDescriptor *self, void *closure)
 
static PyObject * GetInputType (PyBaseDescriptor *self, void *closure)
 
static PyObject * GetName (PyBaseDescriptor *self, void *closure)
 
static PyObject * GetOptions (PyBaseDescriptor *self)
 
static PyObject * GetOutputType (PyBaseDescriptor *self, void *closure)
 

Variables

static PyGetSetDef Getters []
 
static PyMethodDef Methods []
 

Function Documentation

◆ _GetDescriptor()

static const MethodDescriptor* google::protobuf::python::method_descriptor::_GetDescriptor ( PyBaseDescriptor self)
static

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

◆ CopyToProto()

static PyObject* google::protobuf::python::method_descriptor::CopyToProto ( PyBaseDescriptor self,
PyObject *  target 
)
static

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

◆ GetContainingService()

static PyObject* google::protobuf::python::method_descriptor::GetContainingService ( PyBaseDescriptor self,
void closure 
)
static

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

◆ GetFullName()

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

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

◆ GetIndex()

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

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

◆ GetInputType()

static PyObject* google::protobuf::python::method_descriptor::GetInputType ( PyBaseDescriptor self,
void closure 
)
static

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

◆ GetName()

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

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

◆ GetOptions()

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

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

◆ GetOutputType()

static PyObject* google::protobuf::python::method_descriptor::GetOutputType ( PyBaseDescriptor self,
void closure 
)
static

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

Variable Documentation

◆ Getters

PyGetSetDef google::protobuf::python::method_descriptor::Getters[]
static
Initial value:
= {
{ "name", (getter)GetName, NULL, "Name", NULL},
{ "full_name", (getter)GetFullName, NULL, "Full name", NULL},
{ "index", (getter)GetIndex, NULL, "Index", NULL},
{ "containing_service", (getter)GetContainingService, NULL,
"Containing service", NULL},
{ "input_type", (getter)GetInputType, NULL, "Input type", NULL},
{ "output_type", (getter)GetOutputType, NULL, "Output type", NULL},
{NULL}
}

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

◆ Methods

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

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

NULL
NULL
Definition: test_security_zap.cpp:405
google::protobuf::python::method_descriptor::GetFullName
static PyObject * GetFullName(PyBaseDescriptor *self, void *closure)
Definition: python/google/protobuf/pyext/descriptor.cc:1792
google::protobuf::python::method_descriptor::GetIndex
static PyObject * GetIndex(PyBaseDescriptor *self, void *closure)
Definition: python/google/protobuf/pyext/descriptor.cc:1796
google::protobuf::python::method_descriptor::GetOutputType
static PyObject * GetOutputType(PyBaseDescriptor *self, void *closure)
Definition: python/google/protobuf/pyext/descriptor.cc:1811
google::protobuf::python::method_descriptor::GetInputType
static PyObject * GetInputType(PyBaseDescriptor *self, void *closure)
Definition: python/google/protobuf/pyext/descriptor.cc:1806
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::GetContainingService
static PyObject * GetContainingService(PyBaseDescriptor *self, void *closure)
Definition: python/google/protobuf/pyext/descriptor.cc:1800
google::protobuf::python::method_descriptor::CopyToProto
static PyObject * CopyToProto(PyBaseDescriptor *self, PyObject *target)
Definition: python/google/protobuf/pyext/descriptor.cc:1820
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