#include <descriptor_pool.h>
Public Attributes | |
| const DescriptorDatabase * | database |
| std::unordered_map< const void *, PyObject * > * | descriptor_options |
| DescriptorPool::ErrorCollector * | error_collector |
| bool | is_mutable |
| bool | is_owned |
| PyObject_HEAD DescriptorPool * | pool |
| const DescriptorPool * | pool |
| PyMessageFactory * | py_message_factory |
| PyObject_HEAD | |
| const DescriptorPool * | underlay |
Definition at line 56 of file bloaty/third_party/protobuf/python/google/protobuf/pyext/descriptor_pool.h.
| const DescriptorDatabase * google::protobuf::python::PyDescriptorPool::database |
Definition at line 72 of file bloaty/third_party/protobuf/python/google/protobuf/pyext/descriptor_pool.h.
| std::unordered_map< const void *, PyObject * > * google::protobuf::python::PyDescriptorPool::descriptor_options |
Definition at line 82 of file bloaty/third_party/protobuf/python/google/protobuf/pyext/descriptor_pool.h.
| DescriptorPool::ErrorCollector * google::protobuf::python::PyDescriptorPool::error_collector |
Definition at line 64 of file bloaty/third_party/protobuf/python/google/protobuf/pyext/descriptor_pool.h.
| bool google::protobuf::python::PyDescriptorPool::is_mutable |
Definition at line 68 of file protobuf/python/google/protobuf/pyext/descriptor_pool.h.
| bool google::protobuf::python::PyDescriptorPool::is_owned |
Definition at line 64 of file protobuf/python/google/protobuf/pyext/descriptor_pool.h.
| PyObject_HEAD DescriptorPool* google::protobuf::python::PyDescriptorPool::pool |
Definition at line 60 of file bloaty/third_party/protobuf/python/google/protobuf/pyext/descriptor_pool.h.
| const DescriptorPool* google::protobuf::python::PyDescriptorPool::pool |
Definition at line 61 of file protobuf/python/google/protobuf/pyext/descriptor_pool.h.
| PyMessageFactory * google::protobuf::python::PyDescriptorPool::py_message_factory |
Definition at line 77 of file bloaty/third_party/protobuf/python/google/protobuf/pyext/descriptor_pool.h.
| google::protobuf::python::PyDescriptorPool::PyObject_HEAD |
Definition at line 58 of file protobuf/python/google/protobuf/pyext/descriptor_pool.h.
| const DescriptorPool * google::protobuf::python::PyDescriptorPool::underlay |
Definition at line 68 of file bloaty/third_party/protobuf/python/google/protobuf/pyext/descriptor_pool.h.