webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Namespaces | Functions
descriptor.h File Reference
#include <Python.h>
#include <google/protobuf/descriptor.h>

Go to the source code of this file.

Namespaces

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

Functions

PyObject * google::protobuf::python::PyMessageDescriptor_FromDescriptor (const Descriptor *message_descriptor)
 
PyObject * google::protobuf::python::PyFieldDescriptor_FromDescriptor (const FieldDescriptor *field_descriptor)
 
PyObject * google::protobuf::python::PyEnumDescriptor_FromDescriptor (const EnumDescriptor *enum_descriptor)
 
PyObject * google::protobuf::python::PyEnumValueDescriptor_FromDescriptor (const EnumValueDescriptor *enumvalue_descriptor)
 
PyObject * google::protobuf::python::PyOneofDescriptor_FromDescriptor (const OneofDescriptor *oneof_descriptor)
 
PyObject * google::protobuf::python::PyFileDescriptor_FromDescriptor (const FileDescriptor *file_descriptor)
 
PyObject * google::protobuf::python::PyFileDescriptor_FromDescriptorWithSerializedPb (const FileDescriptor *file_descriptor, PyObject *serialized_pb)
 
const Descriptorgoogle::protobuf::python::PyMessageDescriptor_AsDescriptor (PyObject *obj)
 
const FieldDescriptorgoogle::protobuf::python::PyFieldDescriptor_AsDescriptor (PyObject *obj)
 
const EnumDescriptorgoogle::protobuf::python::PyEnumDescriptor_AsDescriptor (PyObject *obj)
 
const FileDescriptor * google::protobuf::python::PyFileDescriptor_AsDescriptor (PyObject *obj)
 
const voidgoogle::protobuf::python::PyDescriptor_AsVoidPtr (PyObject *obj)
 
bool google::protobuf::python::_CalledFromGeneratedFile (int stacklevel)
 
bool google::protobuf::python::InitDescriptor ()