Namespaces | Functions | Variables
protobuf/python/google/protobuf/pyext/repeated_composite_container.cc File Reference
#include <google/protobuf/pyext/repeated_composite_container.h>
#include <memory>
#include <google/protobuf/stubs/logging.h>
#include <google/protobuf/stubs/common.h>
#include <google/protobuf/descriptor.h>
#include <google/protobuf/dynamic_message.h>
#include <google/protobuf/message.h>
#include <google/protobuf/pyext/descriptor.h>
#include <google/protobuf/pyext/descriptor_pool.h>
#include <google/protobuf/pyext/message.h>
#include <google/protobuf/pyext/message_factory.h>
#include <google/protobuf/pyext/scoped_pyobject_ptr.h>
#include <google/protobuf/reflection.h>
#include <google/protobuf/stubs/map_util.h>
Include dependency graph for protobuf/python/google/protobuf/pyext/repeated_composite_container.cc:

Go to the source code of this file.

Namespaces

 google
 
 google::protobuf
 
 google::protobuf::python
 
 google::protobuf::python::repeated_composite_container
 

Functions

PyObject * google::protobuf::python::repeated_composite_container::Add (RepeatedCompositeContainer *self, PyObject *args, PyObject *kwargs)
 
static PyObject * google::protobuf::python::repeated_composite_container::AddMessage (RepeatedCompositeContainer *self, PyObject *value)
 
static PyObject * google::protobuf::python::repeated_composite_container::AddMethod (PyObject *self, PyObject *args, PyObject *kwargs)
 
static PyObject * google::protobuf::python::repeated_composite_container::AppendMethod (PyObject *pself, PyObject *value)
 
int google::protobuf::python::repeated_composite_container::AssignSubscript (RepeatedCompositeContainer *self, PyObject *slice, PyObject *value)
 
static int google::protobuf::python::repeated_composite_container::AssignSubscriptMethod (PyObject *self, PyObject *slice, PyObject *value)
 
static void google::protobuf::python::repeated_composite_container::Dealloc (PyObject *pself)
 
PyObject * google::protobuf::python::repeated_composite_container::DeepCopy (PyObject *pself, PyObject *arg)
 
PyObject * google::protobuf::python::repeated_composite_container::Extend (RepeatedCompositeContainer *self, PyObject *value)
 
static PyObject * google::protobuf::python::repeated_composite_container::ExtendMethod (PyObject *self, PyObject *value)
 
static PyObject * google::protobuf::python::repeated_composite_container::GetItem (RepeatedCompositeContainer *self, Py_ssize_t index, Py_ssize_t length=-1)
 
static PyObject * google::protobuf::python::repeated_composite_container::Insert (PyObject *pself, PyObject *args)
 
static PyObject * google::protobuf::python::repeated_composite_container::Item (PyObject *pself, Py_ssize_t index)
 
static Py_ssize_t google::protobuf::python::repeated_composite_container::Length (PyObject *pself)
 
PyObject * google::protobuf::python::repeated_composite_container::MergeFrom (RepeatedCompositeContainer *self, PyObject *other)
 
static PyObject * google::protobuf::python::repeated_composite_container::MergeFromMethod (PyObject *self, PyObject *other)
 
RepeatedCompositeContainer * google::protobuf::python::repeated_composite_container::NewContainer (CMessage *parent, const FieldDescriptor *parent_field_descriptor, CMessageClass *child_message_class)
 
static PyObject * google::protobuf::python::repeated_composite_container::Pop (PyObject *pself, PyObject *args)
 
static PyObject * google::protobuf::python::repeated_composite_container::Remove (PyObject *pself, PyObject *value)
 
static void google::protobuf::python::repeated_composite_container::ReorderAttached (RepeatedCompositeContainer *self, PyObject *child_list)
 
static PyObject * google::protobuf::python::repeated_composite_container::Reverse (PyObject *pself)
 
static int google::protobuf::python::repeated_composite_container::ReversePythonMessages (RepeatedCompositeContainer *self)
 
static PyObject * google::protobuf::python::repeated_composite_container::RichCompare (PyObject *pself, PyObject *other, int opid)
 
static PyObject * google::protobuf::python::repeated_composite_container::Sort (PyObject *pself, PyObject *args, PyObject *kwds)
 
static int google::protobuf::python::repeated_composite_container::SortPythonMessages (RepeatedCompositeContainer *self, PyObject *args, PyObject *kwds)
 
PyObject * google::protobuf::python::repeated_composite_container::Subscript (RepeatedCompositeContainer *self, PyObject *item)
 
static PyObject * google::protobuf::python::repeated_composite_container::SubscriptMethod (PyObject *self, PyObject *slice)
 
static PyObject * google::protobuf::python::repeated_composite_container::ToStr (PyObject *pself)
 

Variables

static PyMethodDef google::protobuf::python::repeated_composite_container::Methods []
 
static PyMappingMethods google::protobuf::python::repeated_composite_container::MpMethods
 
static PySequenceMethods google::protobuf::python::repeated_composite_container::SqMethods
 


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