webkit
2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
|
#include <Python.h>
#include <memory>
#include <google/protobuf/stubs/shared_ptr.h>
#include <google/protobuf/descriptor.h>
#include <google/protobuf/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 | |
Functions | |
PyObject * | google::protobuf::python::NewScalarMapContainer (CMessage *parent, const google::protobuf::FieldDescriptor *parent_field_descriptor) |
PyObject * | google::protobuf::python::NewMessageMapContainer (CMessage *parent, const google::protobuf::FieldDescriptor *parent_field_descriptor, CMessageClass *message_class) |