#include <Python.h>
#include <cstdint>
#include <memory>
#include <google/protobuf/descriptor.h>
#include <google/protobuf/message.h>
#include <google/protobuf/pyext/message.h>
Go to the source code of this file.
Classes | |
struct | google::protobuf::python::MapContainer |
struct | google::protobuf::python::MessageMapContainer |
Namespaces | |
google::protobuf | |
google::protobuf::python | |
Macros | |
#define | PY_SSIZE_T_CLEAN |
Functions | |
bool | google::protobuf::python::InitMapContainers () |
MessageMapContainer * | google::protobuf::python::NewMessageMapContainer (CMessage *parent, const google::protobuf::FieldDescriptor *parent_field_descriptor, CMessageClass *message_class) |
MapContainer * | google::protobuf::python::NewScalarMapContainer (CMessage *parent, const google::protobuf::FieldDescriptor *parent_field_descriptor) |
#define PY_SSIZE_T_CLEAN |
Definition at line 34 of file protobuf/python/google/protobuf/pyext/map_container.h.