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

Functions

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

Variables

static PySequenceMethods SqMethods
 

Function Documentation

◆ Clear()

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

Definition at line 65 of file unknown_fields.cc.

◆ Dealloc()

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

Definition at line 134 of file unknown_fields.cc.

◆ Item()

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

Definition at line 78 of file unknown_fields.cc.

◆ Len()

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

Definition at line 53 of file unknown_fields.cc.

◆ NewPyUnknownFieldRef()

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

Definition at line 119 of file unknown_fields.cc.

◆ NewPyUnknownFields()

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

Definition at line 101 of file unknown_fields.cc.

Variable Documentation

◆ SqMethods

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

Definition at line 147 of file unknown_fields.cc.

google::protobuf::python::unknown_fields::Len
static Py_ssize_t Len(PyObject *pself)
Definition: unknown_fields.cc:53
google::protobuf::python::unknown_fields::Item
static PyObject * Item(PyObject *pself, Py_ssize_t index)
Definition: unknown_fields.cc:78


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