webkit
2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
|
Functions | |
PyObject * | len (ExtensionDict *self) |
int | ReleaseExtension (ExtensionDict *self, PyObject *extension, const FieldDescriptor *descriptor) |
PyObject * | subscript (ExtensionDict *self, PyObject *key) |
int | ass_subscript (ExtensionDict *self, PyObject *key, PyObject *value) |
PyObject * | ClearExtension (ExtensionDict *self, PyObject *extension) |
PyObject * | HasExtension (ExtensionDict *self, PyObject *extension) |
PyObject * | _FindExtensionByName (ExtensionDict *self, PyObject *name) |
PyObject * | _FindExtensionByNumber (ExtensionDict *self, PyObject *number) |
ExtensionDict * | NewExtensionDict (CMessage *parent) |
void | dealloc (ExtensionDict *self) |
PyObject * google::protobuf::python::extension_dict::_FindExtensionByName | ( | ExtensionDict * | self, |
PyObject * | name | ||
) |
PyObject * google::protobuf::python::extension_dict::_FindExtensionByNumber | ( | ExtensionDict * | self, |
PyObject * | number | ||
) |
int google::protobuf::python::extension_dict::ass_subscript | ( | ExtensionDict * | self, |
PyObject * | key, | ||
PyObject * | value | ||
) |
PyObject * google::protobuf::python::extension_dict::ClearExtension | ( | ExtensionDict * | self, |
PyObject * | extension | ||
) |
void google::protobuf::python::extension_dict::dealloc | ( | ExtensionDict * | self | ) |
PyObject* google::protobuf::python::extension_dict::HasExtension | ( | ExtensionDict * | self, |
PyObject * | extension | ||
) |
PyObject * google::protobuf::python::extension_dict::len | ( | ExtensionDict * | self | ) |
ExtensionDict * google::protobuf::python::extension_dict::NewExtensionDict | ( | CMessage * | parent | ) |
int google::protobuf::python::extension_dict::ReleaseExtension | ( | ExtensionDict * | self, |
PyObject * | extension, | ||
const FieldDescriptor * | descriptor | ||
) |
PyObject * google::protobuf::python::extension_dict::subscript | ( | ExtensionDict * | self, |
PyObject * | key | ||
) |