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

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)
 
ExtensionDictNewExtensionDict (CMessage *parent)
 
void dealloc (ExtensionDict *self)
 

Function Documentation

◆ _FindExtensionByName()

PyObject * google::protobuf::python::extension_dict::_FindExtensionByName ( ExtensionDict self,
PyObject *  name 
)

◆ _FindExtensionByNumber()

PyObject * google::protobuf::python::extension_dict::_FindExtensionByNumber ( ExtensionDict self,
PyObject *  number 
)

◆ ass_subscript()

int google::protobuf::python::extension_dict::ass_subscript ( ExtensionDict self,
PyObject *  key,
PyObject *  value 
)

◆ ClearExtension()

PyObject * google::protobuf::python::extension_dict::ClearExtension ( ExtensionDict self,
PyObject *  extension 
)

◆ dealloc()

void google::protobuf::python::extension_dict::dealloc ( ExtensionDict self)

◆ HasExtension()

PyObject* google::protobuf::python::extension_dict::HasExtension ( ExtensionDict self,
PyObject *  extension 
)

◆ len()

PyObject * google::protobuf::python::extension_dict::len ( ExtensionDict self)

◆ NewExtensionDict()

ExtensionDict * google::protobuf::python::extension_dict::NewExtensionDict ( CMessage parent)

◆ ReleaseExtension()

int google::protobuf::python::extension_dict::ReleaseExtension ( ExtensionDict self,
PyObject *  extension,
const FieldDescriptor descriptor 
)

◆ subscript()

PyObject * google::protobuf::python::extension_dict::subscript ( ExtensionDict self,
PyObject *  key 
)