webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Classes | Functions
google::protobuf::python::cdescriptor_pool Namespace Reference

Classes

class  BuildFileErrorCollector
 

Functions

PyObject * FindMessageByName (PyDescriptorPool *self, PyObject *arg)
 
int RegisterMessageClass (PyDescriptorPool *self, const Descriptor *message_descriptor, CMessageClass *message_class)
 
CMessageClassGetMessageClass (PyDescriptorPool *self, const Descriptor *message_descriptor)
 
PyObject * FindFileByName (PyDescriptorPool *self, PyObject *arg)
 
PyObject * FindFieldByName (PyDescriptorPool *self, PyObject *arg)
 
PyObject * FindExtensionByName (PyDescriptorPool *self, PyObject *arg)
 
PyObject * FindEnumTypeByName (PyDescriptorPool *self, PyObject *arg)
 
PyObject * FindOneofByName (PyDescriptorPool *self, PyObject *arg)
 
PyObject * FindFileContainingSymbol (PyDescriptorPool *self, PyObject *arg)
 
PyObject * AddFileDescriptor (PyDescriptorPool *self, PyObject *descriptor)
 
PyObject * AddDescriptor (PyDescriptorPool *self, PyObject *descriptor)
 
PyObject * AddEnumDescriptor (PyDescriptorPool *self, PyObject *descriptor)
 
PyObject * AddSerializedFile (PyDescriptorPool *self, PyObject *serialized_pb)
 
PyObject * Add (PyDescriptorPool *self, PyObject *file_descriptor_proto)
 
const DescriptorFindMessageTypeByName (PyDescriptorPool *self, const string &name)
 

Function Documentation

◆ Add()

PyObject* google::protobuf::python::cdescriptor_pool::Add ( PyDescriptorPool self,
PyObject *  file_descriptor_proto 
)

◆ AddDescriptor()

PyObject* google::protobuf::python::cdescriptor_pool::AddDescriptor ( PyDescriptorPool self,
PyObject *  descriptor 
)

◆ AddEnumDescriptor()

PyObject* google::protobuf::python::cdescriptor_pool::AddEnumDescriptor ( PyDescriptorPool self,
PyObject *  descriptor 
)

◆ AddFileDescriptor()

PyObject* google::protobuf::python::cdescriptor_pool::AddFileDescriptor ( PyDescriptorPool self,
PyObject *  descriptor 
)

◆ AddSerializedFile()

PyObject* google::protobuf::python::cdescriptor_pool::AddSerializedFile ( PyDescriptorPool self,
PyObject *  serialized_pb 
)

◆ FindEnumTypeByName()

PyObject * google::protobuf::python::cdescriptor_pool::FindEnumTypeByName ( PyDescriptorPool self,
PyObject *  arg 
)

◆ FindExtensionByName()

PyObject * google::protobuf::python::cdescriptor_pool::FindExtensionByName ( PyDescriptorPool self,
PyObject *  arg 
)

◆ FindFieldByName()

PyObject * google::protobuf::python::cdescriptor_pool::FindFieldByName ( PyDescriptorPool self,
PyObject *  arg 
)

◆ FindFileByName()

PyObject* google::protobuf::python::cdescriptor_pool::FindFileByName ( PyDescriptorPool self,
PyObject *  arg 
)

◆ FindFileContainingSymbol()

PyObject* google::protobuf::python::cdescriptor_pool::FindFileContainingSymbol ( PyDescriptorPool self,
PyObject *  arg 
)

◆ FindMessageByName()

PyObject * google::protobuf::python::cdescriptor_pool::FindMessageByName ( PyDescriptorPool self,
PyObject *  arg 
)

◆ FindMessageTypeByName()

const Descriptor* google::protobuf::python::cdescriptor_pool::FindMessageTypeByName ( PyDescriptorPool self,
const string name 
)

◆ FindOneofByName()

PyObject * google::protobuf::python::cdescriptor_pool::FindOneofByName ( PyDescriptorPool self,
PyObject *  arg 
)

◆ GetMessageClass()

CMessageClass * google::protobuf::python::cdescriptor_pool::GetMessageClass ( PyDescriptorPool self,
const Descriptor message_descriptor 
)

◆ RegisterMessageClass()

int google::protobuf::python::cdescriptor_pool::RegisterMessageClass ( PyDescriptorPool self,
const Descriptor message_descriptor,
CMessageClass message_class 
)