#include <google/protobuf/pyext/field.h>
#include <google/protobuf/descriptor.h>
#include <google/protobuf/pyext/descriptor.h>
#include <google/protobuf/pyext/message.h>
Go to the source code of this file.
Namespaces | |
google::protobuf | |
google::protobuf::python | |
google::protobuf::python::field | |
Functions | |
static PyObject * | google::protobuf::python::field::DescrGet (PyMessageFieldProperty *self, PyObject *obj, PyObject *type) |
static int | google::protobuf::python::field::DescrSet (PyMessageFieldProperty *self, PyObject *obj, PyObject *value) |
static PyObject * | google::protobuf::python::field::GetDescriptor (PyMessageFieldProperty *self, void *closure) |
static PyObject * | google::protobuf::python::field::GetDoc (PyMessageFieldProperty *self, void *closure) |
PyObject * | google::protobuf::python::NewFieldProperty (const FieldDescriptor *field_descriptor) |
static PyObject * | google::protobuf::python::field::Repr (PyMessageFieldProperty *self) |
Variables | |
static PyTypeObject | google::protobuf::python::_CFieldProperty_Type |
static PyGetSetDef | google::protobuf::python::field::Getters [] |