#include <Python.h>
#include <memory>
#include <google/protobuf/descriptor.h>
#include <google/protobuf/pyext/message.h>
Go to the source code of this file.
Classes | |
struct | google::protobuf::python::RepeatedScalarContainer |
Namespaces | |
google::protobuf | |
google::protobuf::python | |
google::protobuf::python::repeated_scalar_container | |
Macros | |
#define | PY_SSIZE_T_CLEAN |
Functions | |
PyObject * | google::protobuf::python::repeated_scalar_container::Append (RepeatedScalarContainer *self, PyObject *item) |
PyObject * | google::protobuf::python::repeated_scalar_container::Extend (RepeatedScalarContainer *self, PyObject *value) |
RepeatedScalarContainer * | google::protobuf::python::repeated_scalar_container::NewContainer (CMessage *parent, const FieldDescriptor *parent_field_descriptor) |
#define PY_SSIZE_T_CLEAN |
Definition at line 37 of file protobuf/python/google/protobuf/pyext/repeated_scalar_container.h.