webkit
2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
|
#include <google/protobuf/pyext/repeated_scalar_container.h>
#include <memory>
#include <google/protobuf/stubs/shared_ptr.h>
#include <google/protobuf/stubs/common.h>
#include <google/protobuf/stubs/logging.h>
#include <google/protobuf/descriptor.h>
#include <google/protobuf/dynamic_message.h>
#include <google/protobuf/message.h>
#include <google/protobuf/pyext/descriptor.h>
#include <google/protobuf/pyext/descriptor_pool.h>
#include <google/protobuf/pyext/message.h>
#include <google/protobuf/pyext/scoped_pyobject_ptr.h>
Namespaces | |
google::protobuf | |
google::protobuf::python | |
google::protobuf::python::repeated_scalar_container | |
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) |
PyObject * | google::protobuf::python::repeated_scalar_container::Reduce (RepeatedScalarContainer *unused_self) |
PyObject * | google::protobuf::python::repeated_scalar_container::NewContainer (CMessage *parent, const FieldDescriptor *parent_field_descriptor) |
int | google::protobuf::python::repeated_scalar_container::Release (RepeatedScalarContainer *self) |
PyObject * | google::protobuf::python::repeated_scalar_container::DeepCopy (RepeatedScalarContainer *self, PyObject *arg) |
void | google::protobuf::python::repeated_scalar_container::SetOwner (RepeatedScalarContainer *self, const shared_ptr< Message > &new_owner) |
Variables | |
PyTypeObject | google::protobuf::python::RepeatedScalarContainer_Type |