webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Classes | Namespaces | Typedefs | Functions
repeated_composite_container.h File Reference
#include <Python.h>
#include <memory>
#include <google/protobuf/stubs/shared_ptr.h>
#include <string>
#include <vector>

Go to the source code of this file.

Classes

struct  google::protobuf::python::RepeatedCompositeContainer
 

Namespaces

 google
 
 google::protobuf
 
 google::protobuf::python
 
 google::protobuf::python::repeated_composite_container
 

Typedefs

typedef struct google::protobuf::python::RepeatedCompositeContainer google::protobuf::python::RepeatedCompositeContainer
 

Functions

PyObject * google::protobuf::python::repeated_composite_container::NewContainer (CMessage *parent, const FieldDescriptor *parent_field_descriptor, CMessageClass *concrete_class)
 
PyObject * google::protobuf::python::repeated_composite_container::Add (RepeatedCompositeContainer *self, PyObject *args, PyObject *kwargs)
 
PyObject * google::protobuf::python::repeated_composite_container::Extend (RepeatedCompositeContainer *self, PyObject *value)
 
PyObject * google::protobuf::python::repeated_composite_container::MergeFrom (RepeatedCompositeContainer *self, PyObject *other)
 
PyObject * google::protobuf::python::repeated_composite_container::Subscript (RepeatedCompositeContainer *self, PyObject *slice)
 
int google::protobuf::python::repeated_composite_container::AssignSubscript (RepeatedCompositeContainer *self, PyObject *slice, PyObject *value)
 
int google::protobuf::python::repeated_composite_container::ReleaseToMessage (RepeatedCompositeContainer *self, Message *new_message)
 
int google::protobuf::python::repeated_composite_container::Release (RepeatedCompositeContainer *self)
 
int google::protobuf::python::repeated_composite_container::SetOwner (RepeatedCompositeContainer *self, const shared_ptr< Message > &new_owner)
 
void google::protobuf::python::repeated_composite_container::ReleaseLastTo (CMessage *parent, const FieldDescriptor *field, CMessage *target)