|
webkit
2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
|
#include <Python.h>#include <frameobject.h>#include <string>#include <google/protobuf/io/coded_stream.h>#include <google/protobuf/descriptor.pb.h>#include <google/protobuf/dynamic_message.h>#include <google/protobuf/pyext/descriptor.h>#include <google/protobuf/pyext/descriptor_containers.h>#include <google/protobuf/pyext/descriptor_pool.h>#include <google/protobuf/pyext/message.h>#include <google/protobuf/pyext/scoped_pyobject_ptr.h>Classes | |
| struct | google::protobuf::python::PyBaseDescriptor |
| struct | google::protobuf::python::PyFileDescriptor |
Macros | |
| #define | PyVarObject_HEAD_INIT(type, size) PyObject_HEAD_INIT(type) size, |
| #define | Py_TYPE(ob) (((PyObject*)(ob))->ob_type) |
| #define | ADD_FIELDDESC_CONSTANT(NAME) |
Variables | |
| hash_map< const void *, PyObject * > | google::protobuf::python::interned_descriptors |
| PyTypeObject | google::protobuf::python::descriptor::PyBaseDescriptor_Type |
| PyTypeObject | google::protobuf::python::PyMessageDescriptor_Type |
| PyTypeObject | google::protobuf::python::PyFieldDescriptor_Type |
| PyTypeObject | google::protobuf::python::PyEnumDescriptor_Type |
| PyTypeObject | google::protobuf::python::PyEnumValueDescriptor_Type |
| PyTypeObject | google::protobuf::python::PyFileDescriptor_Type |
| PyTypeObject | google::protobuf::python::PyOneofDescriptor_Type |
| #define ADD_FIELDDESC_CONSTANT | ( | NAME | ) |
| #define Py_TYPE | ( | ob | ) | (((PyObject*)(ob))->ob_type) |
1.8.13