webkit
2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Source
ThirdParty
libwebrtc
Source
third_party
protobuf
python
google
protobuf
pyext
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
Descriptor
*
google::protobuf::python::PyMessageDescriptor_AsDescriptor
(PyObject *
obj
)
const
FieldDescriptor
*
google::protobuf::python::PyFieldDescriptor_AsDescriptor
(PyObject *
obj
)
const
EnumDescriptor
*
google::protobuf::python::PyEnumDescriptor_AsDescriptor
(PyObject *
obj
)
const FileDescriptor *
google::protobuf::python::PyFileDescriptor_AsDescriptor
(PyObject *
obj
)
const
void
*
google::protobuf::python::PyDescriptor_AsVoidPtr
(PyObject *
obj
)
bool
google::protobuf::python::_CalledFromGeneratedFile
(int stacklevel)
bool
google::protobuf::python::InitDescriptor
()
Generated by
1.8.13