webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Namespaces | Typedefs | Functions
google::protobuf::python::enum_descriptor Namespace Reference

Namespaces

 enumvalues
 

Typedefs

typedef const EnumDescriptorParentDescriptor
 

Functions

PyObject * NewEnumValuesByName (ParentDescriptor descriptor)
 
PyObject * NewEnumValuesByNumber (ParentDescriptor descriptor)
 
PyObject * NewEnumValuesSeq (ParentDescriptor descriptor)
 
PyObject * NewEnumValuesByName (const EnumDescriptor *descriptor)
 
PyObject * NewEnumValuesByNumber (const EnumDescriptor *descriptor)
 
PyObject * NewEnumValuesSeq (const EnumDescriptor *descriptor)
 

Typedef Documentation

◆ ParentDescriptor

Function Documentation

◆ NewEnumValuesByName() [1/2]

PyObject* google::protobuf::python::enum_descriptor::NewEnumValuesByName ( const EnumDescriptor descriptor)

◆ NewEnumValuesByName() [2/2]

PyObject* google::protobuf::python::enum_descriptor::NewEnumValuesByName ( ParentDescriptor  descriptor)

◆ NewEnumValuesByNumber() [1/2]

PyObject* google::protobuf::python::enum_descriptor::NewEnumValuesByNumber ( const EnumDescriptor descriptor)

◆ NewEnumValuesByNumber() [2/2]

PyObject* google::protobuf::python::enum_descriptor::NewEnumValuesByNumber ( ParentDescriptor  descriptor)

◆ NewEnumValuesSeq() [1/2]

PyObject* google::protobuf::python::enum_descriptor::NewEnumValuesSeq ( const EnumDescriptor descriptor)

◆ NewEnumValuesSeq() [2/2]

PyObject* google::protobuf::python::enum_descriptor::NewEnumValuesSeq ( ParentDescriptor  descriptor)