webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
Public Types | Public Attributes | List of all members
google::protobuf::python::PyDescriptorPool Struct Reference

#include <descriptor_pool.h>

Public Types

typedef hash_map< const Descriptor *, CMessageClass * > ClassesByMessageMap
 

Public Attributes

PyObject_HEAD DescriptorPoolpool
 
const DescriptorPoolunderlay
 
const DescriptorDatabasedatabase
 
MessageFactorymessage_factory
 
ClassesByMessageMapclasses_by_descriptor
 
hash_map< const void *, PyObject * > * descriptor_options
 

Member Typedef Documentation

◆ ClassesByMessageMap

Member Data Documentation

◆ classes_by_descriptor

ClassesByMessageMap* google::protobuf::python::PyDescriptorPool::classes_by_descriptor

◆ database

const DescriptorDatabase* google::protobuf::python::PyDescriptorPool::database

◆ descriptor_options

hash_map<const void*, PyObject*>* google::protobuf::python::PyDescriptorPool::descriptor_options

◆ message_factory

MessageFactory* google::protobuf::python::PyDescriptorPool::message_factory

◆ pool

PyObject_HEAD DescriptorPool* google::protobuf::python::PyDescriptorPool::pool

◆ underlay

const DescriptorPool* google::protobuf::python::PyDescriptorPool::underlay

The documentation for this struct was generated from the following file: