webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Namespaces | Macros | Functions | Variables
extension_dict.cc File Reference
#include <google/protobuf/pyext/extension_dict.h>
#include <google/protobuf/stubs/logging.h>
#include <google/protobuf/stubs/common.h>
#include <google/protobuf/descriptor.h>
#include <google/protobuf/dynamic_message.h>
#include <google/protobuf/message.h>
#include <google/protobuf/pyext/descriptor.h>
#include <google/protobuf/pyext/descriptor_pool.h>
#include <google/protobuf/pyext/message.h>
#include <google/protobuf/pyext/repeated_composite_container.h>
#include <google/protobuf/pyext/repeated_scalar_container.h>
#include <google/protobuf/pyext/scoped_pyobject_ptr.h>
#include <google/protobuf/stubs/shared_ptr.h>

Namespaces

 google
 
 google::protobuf
 
 google::protobuf::python
 
 google::protobuf::python::extension_dict
 

Macros

#define EDMETHOD(name, args, doc)   { #name, (PyCFunction)name, args, doc }
 

Functions

PyObject * google::protobuf::python::extension_dict::len (ExtensionDict *self)
 
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)
 
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)
 
PyObject * google::protobuf::python::extension_dict::HasExtension (ExtensionDict *self, PyObject *extension)
 
PyObject * google::protobuf::python::extension_dict::_FindExtensionByName (ExtensionDict *self, PyObject *name)
 
PyObject * google::protobuf::python::extension_dict::_FindExtensionByNumber (ExtensionDict *self, PyObject *number)
 
ExtensionDict * google::protobuf::python::extension_dict::NewExtensionDict (CMessage *parent)
 
void google::protobuf::python::extension_dict::dealloc (ExtensionDict *self)
 

Variables

PyTypeObject google::protobuf::python::ExtensionDict_Type
 

Macro Definition Documentation

◆ EDMETHOD

#define EDMETHOD (   name,
  args,
  doc 
)    { #name, (PyCFunction)name, args, doc }