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

Functions

void Clear (PyUnknownFields *self)
 
static void Dealloc (PyObject *pself)
 
static void Dealloc (PyObject *pself)
 
static PyObject * Item (PyObject *pself, Py_ssize_t index)
 
static PyObject * Item (PyObject *pself, Py_ssize_t index)
 
static Py_ssize_t Len (PyObject *pself)
 
static Py_ssize_t Len (PyObject *pself)
 
PyObject * NewPyUnknownFieldRef (PyUnknownFields *parent, Py_ssize_t index)
 
PyObject * NewPyUnknownFields (CMessage *c_message)
 

Variables

static PySequenceMethods SqMethods
 
static PySequenceMethods SqMethods
 

Function Documentation

◆ Clear()

void google::protobuf::python::unknown_fields::Clear ( PyUnknownFields self)

◆ Dealloc() [1/2]

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

◆ Dealloc() [2/2]

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

◆ Item() [1/2]

static PyObject* google::protobuf::python::unknown_fields::Item ( PyObject *  pself,
Py_ssize_t  index 
)
static

◆ Item() [2/2]

static PyObject* google::protobuf::python::unknown_fields::Item ( PyObject *  pself,
Py_ssize_t  index 
)
static

◆ Len() [1/2]

static Py_ssize_t google::protobuf::python::unknown_fields::Len ( PyObject *  pself)
static

◆ Len() [2/2]

static Py_ssize_t google::protobuf::python::unknown_fields::Len ( PyObject *  pself)
static

◆ NewPyUnknownFieldRef()

PyObject * google::protobuf::python::unknown_fields::NewPyUnknownFieldRef ( PyUnknownFields parent,
Py_ssize_t  index 
)

◆ NewPyUnknownFields()

PyObject * google::protobuf::python::unknown_fields::NewPyUnknownFields ( CMessage c_message)

Variable Documentation

◆ SqMethods [1/2]

PySequenceMethods google::protobuf::python::unknown_fields::SqMethods
static
Initial value:
= {
Len,
0,
0,
Item,
0,
0,
}

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

◆ SqMethods [2/2]

PySequenceMethods google::protobuf::python::unknown_fields::SqMethods
static
Initial value:
= {
Len,
0,
0,
Item,
0,
0,
}

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

google::protobuf::python::unknown_fields::Len
static Py_ssize_t Len(PyObject *pself)
Definition: protobuf/python/google/protobuf/pyext/unknown_fields.cc:50
google::protobuf::python::unknown_fields::Item
static PyObject * Item(PyObject *pself, Py_ssize_t index)
Definition: protobuf/python/google/protobuf/pyext/unknown_fields.cc:75


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