#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 | |
Macros | |
#define | PY_SSIZE_T_CLEAN |
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) |
#define PY_SSIZE_T_CLEAN |
Definition at line 37 of file protobuf/python/google/protobuf/pyext/repeated_composite_container.h.