31 #ifndef GOOGLE_PROTOBUF_PYTHON_CPP_DESCRIPTOR_POOL_H__ 32 #define GOOGLE_PROTOBUF_PYTHON_CPP_DESCRIPTOR_POOL_H__ 96 namespace cdescriptor_pool {
167 #endif // GOOGLE_PROTOBUF_PYTHON_CPP_DESCRIPTOR_POOL_H__ MessageFactory * message_factory
Definition: descriptor_pool.h:78
const DescriptorDatabase * database
Definition: descriptor_pool.h:70
PyObject * FindExtensionByName(PyDescriptorPool *self, PyObject *arg)
Definition: descriptor_pool.cc:257
PyObject_HEAD DescriptorPool * pool
Definition: descriptor_pool.h:62
PyObject * FindEnumTypeByName(PyDescriptorPool *self, PyObject *arg)
Definition: descriptor_pool.cc:274
struct google::protobuf::python::PyDescriptorPool PyDescriptorPool
PyObject * FindOneofByName(PyDescriptorPool *self, PyObject *arg)
Definition: descriptor_pool.cc:291
CMessageClass * GetMessageClass(PyDescriptorPool *self, const Descriptor *message_descriptor)
Definition: descriptor_pool.cc:208
bool InitDescriptorPool()
Definition: descriptor_pool.cc:548
PyDescriptorPool * GetDescriptorPool_FromPool(const DescriptorPool *pool)
Definition: descriptor_pool.cc:576
Definition: descriptor.h:172
PyObject * FindFieldByName(PyDescriptorPool *self, PyObject *arg)
Definition: descriptor_pool.cc:239
hash_map< const void *, PyObject * > * descriptor_options
Definition: descriptor_pool.h:90
hash_map< const Descriptor *, CMessageClass * > ClassesByMessageMap
Definition: descriptor_pool.h:84
PyObject * FindMessageByName(PyDescriptorPool *self, PyObject *arg)
Definition: descriptor_pool.cc:173
Definition: message.h:124
EGLImageKHR EGLint * name
Definition: eglext.h:851
Definition: __init__.py:1
ClassesByMessageMap * classes_by_descriptor
Definition: descriptor_pool.h:85
Definition: descriptor.h:1355
PyDescriptorPool * GetDefaultDescriptorPool()
Definition: descriptor_pool.cc:572
int RegisterMessageClass(PyDescriptorPool *self, const Descriptor *message_descriptor, CMessageClass *message_class)
Definition: descriptor_pool.cc:192
Definition: gflags_completions.h:115
const Descriptor * FindMessageTypeByName(PyDescriptorPool *self, const string &name)
Definition: message.h:1006
Definition: descriptor_pool.h:58
const DescriptorPool * underlay
Definition: descriptor_pool.h:66
Definition: descriptor_database.h:65
PyTypeObject PyDescriptorPool_Type
Definition: descriptor_pool.cc:502