#include <Python.h>#include <unordered_map>#include <google/protobuf/descriptor.h>

Go to the source code of this file.
Classes | |
| struct | google::protobuf::python::PyDescriptorPool |
Namespaces | |
| google::protobuf | |
| google::protobuf::python | |
| google::protobuf::python::cdescriptor_pool | |
Macros | |
| #define | PY_SSIZE_T_CLEAN |
Functions | |
| PyObject * | google::protobuf::python::cdescriptor_pool::FindEnumTypeByName (PyDescriptorPool *self, PyObject *arg) |
| PyObject * | google::protobuf::python::cdescriptor_pool::FindExtensionByName (PyDescriptorPool *self, PyObject *arg) |
| PyObject * | google::protobuf::python::cdescriptor_pool::FindFieldByName (PyDescriptorPool *self, PyObject *arg) |
| PyObject * | google::protobuf::python::cdescriptor_pool::FindOneofByName (PyDescriptorPool *self, PyObject *arg) |
| PyDescriptorPool * | google::protobuf::python::GetDefaultDescriptorPool () |
| PyDescriptorPool * | google::protobuf::python::GetDescriptorPool_FromPool (const DescriptorPool *pool) |
| bool | google::protobuf::python::InitDescriptorPool () |
| PyObject * | google::protobuf::python::PyDescriptorPool_FromPool (const DescriptorPool *pool) |
| #define PY_SSIZE_T_CLEAN |
Definition at line 34 of file protobuf/python/google/protobuf/pyext/descriptor_pool.h.