webkit
2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
|
#include <Python.h>
#include <memory>
#include <google/protobuf/stubs/shared_ptr.h>
#include <google/protobuf/descriptor.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 | |
Typedefs | |
typedef struct google::protobuf::python::RepeatedScalarContainer | google::protobuf::python::RepeatedScalarContainer |
Functions | |
PyObject * | google::protobuf::python::repeated_scalar_container::NewContainer (CMessage *parent, const FieldDescriptor *parent_field_descriptor) |
PyObject * | google::protobuf::python::repeated_scalar_container::Append (RepeatedScalarContainer *self, PyObject *item) |
int | google::protobuf::python::repeated_scalar_container::Release (RepeatedScalarContainer *self) |
PyObject * | google::protobuf::python::repeated_scalar_container::Extend (RepeatedScalarContainer *self, PyObject *value) |
void | google::protobuf::python::repeated_scalar_container::SetOwner (RepeatedScalarContainer *self, const shared_ptr< Message > &new_owner) |