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