#include <Python.h>
#include <memory>
#include <string>
#include <vector>
#include <google/protobuf/pyext/message.h>
Go to the source code of this file.
Classes | |
struct | google::protobuf::python::RepeatedCompositeContainer |
Namespaces | |
google::protobuf | |
google::protobuf::python | |
google::protobuf::python::repeated_composite_container | |
Typedefs | |
typedef google::protobuf::python::RepeatedCompositeContainer | google::protobuf::python::RepeatedCompositeContainer |
Functions | |
PyObject * | google::protobuf::python::repeated_composite_container::Add (RepeatedCompositeContainer *self, PyObject *args, PyObject *kwargs) |
int | google::protobuf::python::repeated_composite_container::AssignSubscript (RepeatedCompositeContainer *self, PyObject *slice, PyObject *value) |
PyObject * | google::protobuf::python::repeated_composite_container::Extend (RepeatedCompositeContainer *self, PyObject *value) |
PyObject * | google::protobuf::python::repeated_composite_container::MergeFrom (RepeatedCompositeContainer *self, PyObject *other) |
RepeatedCompositeContainer * | google::protobuf::python::repeated_composite_container::NewContainer (CMessage *parent, const FieldDescriptor *parent_field_descriptor, CMessageClass *child_message_class) |
PyObject * | google::protobuf::python::repeated_composite_container::Subscript (RepeatedCompositeContainer *self, PyObject *item) |