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

Functions

static void Dealloc (PyObject *pself)
 
static void Dealloc (PyObject *pself)
 
static PyObject * GetData (PyUnknownFieldRef *self, void *closure)
 
static PyObject * GetData (PyUnknownFieldRef *self, void *closure)
 
static PyObject * GetFieldNumber (PyUnknownFieldRef *self, void *closure)
 
static PyObject * GetFieldNumber (PyUnknownFieldRef *self, void *closure)
 
const UnknownFieldGetUnknownField (PyUnknownFieldRef *self)
 
static PyObject * GetWireType (PyUnknownFieldRef *self, void *closure)
 
static PyObject * GetWireType (PyUnknownFieldRef *self, void *closure)
 
static PyObject * PyUnknownFields_FromUnknownFieldSet (PyUnknownFields *parent, const UnknownFieldSet &fields)
 
static PyObject * PyUnknownFields_FromUnknownFieldSet (PyUnknownFields *parent, const UnknownFieldSet &fields)
 

Variables

static PyGetSetDef Getters []
 
static PyGetSetDef Getters []
 

Function Documentation

◆ Dealloc() [1/2]

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

◆ Dealloc() [2/2]

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

◆ GetData() [1/2]

static PyObject* google::protobuf::python::unknown_field::GetData ( PyUnknownFieldRef self,
void *  closure 
)
static

◆ GetData() [2/2]

static PyObject* google::protobuf::python::unknown_field::GetData ( PyUnknownFieldRef self,
void *  closure 
)
static

◆ GetFieldNumber() [1/2]

static PyObject* google::protobuf::python::unknown_field::GetFieldNumber ( PyUnknownFieldRef self,
void *  closure 
)
static

◆ GetFieldNumber() [2/2]

static PyObject* google::protobuf::python::unknown_field::GetFieldNumber ( PyUnknownFieldRef self,
void *  closure 
)
static

◆ GetUnknownField()

const UnknownField * google::protobuf::python::unknown_field::GetUnknownField ( PyUnknownFieldRef self)

◆ GetWireType() [1/2]

static PyObject* google::protobuf::python::unknown_field::GetWireType ( PyUnknownFieldRef self,
void *  closure 
)
static

◆ GetWireType() [2/2]

static PyObject* google::protobuf::python::unknown_field::GetWireType ( PyUnknownFieldRef self,
void *  closure 
)
static

◆ PyUnknownFields_FromUnknownFieldSet() [1/2]

static PyObject* google::protobuf::python::unknown_field::PyUnknownFields_FromUnknownFieldSet ( PyUnknownFields parent,
const UnknownFieldSet fields 
)
static

◆ PyUnknownFields_FromUnknownFieldSet() [2/2]

static PyObject* google::protobuf::python::unknown_field::PyUnknownFields_FromUnknownFieldSet ( PyUnknownFields parent,
const UnknownFieldSet fields 
)
static

Variable Documentation

◆ Getters [1/2]

PyGetSetDef google::protobuf::python::unknown_field::Getters[]
static
Initial value:
= {
{"field_number", (getter)GetFieldNumber, NULL},
{"wire_type", (getter)GetWireType, NULL},
{"data", (getter)GetData, NULL},
{NULL}
}

Definition at line 304 of file protobuf/python/google/protobuf/pyext/unknown_fields.cc.

◆ Getters [2/2]

PyGetSetDef google::protobuf::python::unknown_field::Getters[]
static
Initial value:
= {
{"field_number", (getter)GetFieldNumber, NULL},
{"wire_type", (getter)GetWireType, NULL},
{"data", (getter)GetData, NULL},
{NULL}
}

Definition at line 306 of file bloaty/third_party/protobuf/python/google/protobuf/pyext/unknown_fields.cc.

google::protobuf::python::unknown_field::GetFieldNumber
static PyObject * GetFieldNumber(PyUnknownFieldRef *self, void *closure)
Definition: protobuf/python/google/protobuf/pyext/unknown_fields.cc:232
google::protobuf::python::unknown_field::GetData
static PyObject * GetData(PyUnknownFieldRef *self, void *closure)
Definition: protobuf/python/google/protobuf/pyext/unknown_fields.cc:270
google::protobuf::python::unknown_field::GetWireType
static PyObject * GetWireType(PyUnknownFieldRef *self, void *closure)
Definition: protobuf/python/google/protobuf/pyext/unknown_fields.cc:241


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