|
webkit
2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
|
Classes | |
| class | BuildFileErrorCollector |
Functions | |
| PyObject * | FindMessageByName (PyDescriptorPool *self, PyObject *arg) |
| int | RegisterMessageClass (PyDescriptorPool *self, const Descriptor *message_descriptor, CMessageClass *message_class) |
| CMessageClass * | GetMessageClass (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 Descriptor * | FindMessageTypeByName (PyDescriptorPool *self, const string &name) |
| PyObject* google::protobuf::python::cdescriptor_pool::Add | ( | PyDescriptorPool * | self, |
| PyObject * | file_descriptor_proto | ||
| ) |
| PyObject* google::protobuf::python::cdescriptor_pool::AddDescriptor | ( | PyDescriptorPool * | self, |
| PyObject * | descriptor | ||
| ) |
| PyObject* google::protobuf::python::cdescriptor_pool::AddEnumDescriptor | ( | PyDescriptorPool * | self, |
| PyObject * | descriptor | ||
| ) |
| PyObject* google::protobuf::python::cdescriptor_pool::AddFileDescriptor | ( | PyDescriptorPool * | self, |
| PyObject * | descriptor | ||
| ) |
| PyObject* google::protobuf::python::cdescriptor_pool::AddSerializedFile | ( | PyDescriptorPool * | self, |
| PyObject * | serialized_pb | ||
| ) |
| PyObject * google::protobuf::python::cdescriptor_pool::FindEnumTypeByName | ( | PyDescriptorPool * | self, |
| PyObject * | arg | ||
| ) |
| PyObject * google::protobuf::python::cdescriptor_pool::FindExtensionByName | ( | PyDescriptorPool * | self, |
| PyObject * | arg | ||
| ) |
| PyObject * google::protobuf::python::cdescriptor_pool::FindFieldByName | ( | PyDescriptorPool * | self, |
| PyObject * | arg | ||
| ) |
| PyObject* google::protobuf::python::cdescriptor_pool::FindFileByName | ( | PyDescriptorPool * | self, |
| PyObject * | arg | ||
| ) |
| PyObject* google::protobuf::python::cdescriptor_pool::FindFileContainingSymbol | ( | PyDescriptorPool * | self, |
| PyObject * | arg | ||
| ) |
| PyObject * google::protobuf::python::cdescriptor_pool::FindMessageByName | ( | PyDescriptorPool * | self, |
| PyObject * | arg | ||
| ) |
| const Descriptor* google::protobuf::python::cdescriptor_pool::FindMessageTypeByName | ( | PyDescriptorPool * | self, |
| const string & | name | ||
| ) |
| PyObject * google::protobuf::python::cdescriptor_pool::FindOneofByName | ( | PyDescriptorPool * | self, |
| PyObject * | arg | ||
| ) |
| CMessageClass * google::protobuf::python::cdescriptor_pool::GetMessageClass | ( | PyDescriptorPool * | self, |
| const Descriptor * | message_descriptor | ||
| ) |
| int google::protobuf::python::cdescriptor_pool::RegisterMessageClass | ( | PyDescriptorPool * | self, |
| const Descriptor * | message_descriptor, | ||
| CMessageClass * | message_class | ||
| ) |
1.8.13