webkit
2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
|
Namespaces | |
cdescriptor_pool | |
descriptor | |
enum_descriptor | |
enumvalue_descriptor | |
extension_dict | |
field_descriptor | |
file_descriptor | |
oneof_descriptor | |
repeated_composite_container | |
repeated_scalar_container | |
Classes | |
struct | ChildVisitor |
struct | CMessage |
struct | CMessageClass |
struct | DescriptorContainerDef |
struct | ExtensionDict |
struct | MapContainer |
struct | MapIterator |
class | MapReflectionFriend |
struct | MessageMapContainer |
struct | PyBaseDescriptor |
struct | PyContainer |
struct | PyContainerIterator |
class | PyDescriptorDatabase |
struct | PyDescriptorPool |
struct | PyFileDescriptor |
struct | RepeatedCompositeContainer |
struct | RepeatedScalarContainer |
typedef int(* google::protobuf::python::CountMethod) (PyContainer *self) |
typedef const void*(* google::protobuf::python::GetByCamelcaseNameMethod) (PyContainer *self, const string &name) |
typedef const void*(* google::protobuf::python::GetByIndexMethod) (PyContainer *self, int index) |
typedef const void*(* google::protobuf::python::GetByNameMethod) (PyContainer *self, const string &name) |
typedef const void*(* google::protobuf::python::GetByNumberMethod) (PyContainer *self, int index) |
typedef const string&(* google::protobuf::python::GetItemCamelcaseNameMethod) (const void *descriptor) |
typedef int(* google::protobuf::python::GetItemIndexMethod) (const void *descriptor) |
typedef const string&(* google::protobuf::python::GetItemNameMethod) (const void *descriptor) |
typedef int(* google::protobuf::python::GetItemNumberMethod) (const void *descriptor) |
typedef PyObject*(* google::protobuf::python::NewObjectFromItemMethod) (const void *descriptor) |
typedef struct google::protobuf::python::PyBaseDescriptor google::protobuf::python::PyBaseDescriptor |
typedef struct google::protobuf::python::PyDescriptorPool google::protobuf::python::PyDescriptorPool |
typedef struct google::protobuf::python::PyFileDescriptor google::protobuf::python::PyFileDescriptor |
typedef struct google::protobuf::python::RepeatedCompositeContainer google::protobuf::python::RepeatedCompositeContainer |
typedef struct google::protobuf::python::RepeatedScalarContainer google::protobuf::python::RepeatedScalarContainer |
bool google::protobuf::python::_CalledFromGeneratedFile | ( | int | stacklevel | ) |
bool google::protobuf::python::AllowInvalidUTF8 | ( | const FieldDescriptor * | field | ) |
bool google::protobuf::python::CheckAndGetBool | ( | PyObject * | arg, |
bool * | value | ||
) |
bool google::protobuf::python::CheckAndGetDouble | ( | PyObject * | arg, |
double * | value | ||
) |
bool google::protobuf::python::CheckAndGetFloat | ( | PyObject * | arg, |
float * | value | ||
) |
bool google::protobuf::python::CheckAndGetInteger | ( | PyObject * | arg, |
T * | value, | ||
PyObject * | min, | ||
PyObject * | max | ||
) |
template bool google::protobuf::python::CheckAndGetInteger< int32 > | ( | PyObject * | , |
int32 * | , | ||
PyObject * | , | ||
PyObject * | |||
) |
template bool google::protobuf::python::CheckAndGetInteger< int64 > | ( | PyObject * | , |
int64 * | , | ||
PyObject * | , | ||
PyObject * | |||
) |
template bool google::protobuf::python::CheckAndGetInteger< uint32 > | ( | PyObject * | , |
uint32 * | , | ||
PyObject * | , | ||
PyObject * | |||
) |
template bool google::protobuf::python::CheckAndGetInteger< uint64 > | ( | PyObject * | , |
uint64 * | , | ||
PyObject * | , | ||
PyObject * | |||
) |
bool google::protobuf::python::CheckAndSetString | ( | PyObject * | arg, |
Message * | message, | ||
const FieldDescriptor * | descriptor, | ||
const Reflection * | reflection, | ||
bool | append, | ||
int | index | ||
) |
bool google::protobuf::python::CheckFieldBelongsToMessage | ( | const FieldDescriptor * | field_descriptor, |
const Message * | message | ||
) |
PyObject * google::protobuf::python::CheckString | ( | PyObject * | arg, |
const FieldDescriptor * | descriptor | ||
) |
PyObject* google::protobuf::python::Clear | ( | PyObject * | _self | ) |
int google::protobuf::python::ForEachCompositeField | ( | CMessage * | self, |
Visitor | visitor | ||
) |
void google::protobuf::python::FormatTypeError | ( | PyObject * | arg, |
char * | expected_types | ||
) |
const Message* google::protobuf::python::GetCProtoInsidePyProto | ( | PyObject * | msg | ) |
PyDescriptorPool * google::protobuf::python::GetDefaultDescriptorPool | ( | ) |
PyDescriptorPool * google::protobuf::python::GetDescriptorPool_FromPool | ( | const DescriptorPool * | pool | ) |
const FileDescriptor* google::protobuf::python::GetFileDescriptor | ( | const DescriptorClass * | descriptor | ) |
const FileDescriptor* google::protobuf::python::GetFileDescriptor | ( | const FileDescriptor * | descriptor | ) |
const FileDescriptor* google::protobuf::python::GetFileDescriptor | ( | const EnumValueDescriptor * | descriptor | ) |
const FileDescriptor* google::protobuf::python::GetFileDescriptor | ( | const OneofDescriptor * | descriptor | ) |
bool google::protobuf::python::InitDescriptor | ( | ) |
bool google::protobuf::python::InitDescriptorMappingTypes | ( | ) |
bool google::protobuf::python::InitDescriptorPool | ( | ) |
PyMODINIT_FUNC google::protobuf::python::INITFUNC | ( | void | ) |
void google::protobuf::python::InitGlobals | ( | ) |
bool google::protobuf::python::InitProto2MessageModule | ( | PyObject * | m | ) |
bool google::protobuf::python::IsValidUTF8 | ( | PyObject * | obj | ) |
PyObject* google::protobuf::python::MapValueRefToPython | ( | const FieldDescriptor * | field_descriptor, |
MapValueRef * | value | ||
) |
PyObject* google::protobuf::python::MessageMapGet | ( | PyObject * | self, |
PyObject * | args | ||
) |
Message* google::protobuf::python::MutableCProtoInsidePyProto | ( | PyObject * | msg | ) |
PyObject * google::protobuf::python::NewMessageMapContainer | ( | CMessage * | parent, |
const google::protobuf::FieldDescriptor * | parent_field_descriptor, | ||
CMessageClass * | message_class | ||
) |
PyObject * google::protobuf::python::NewScalarMapContainer | ( | CMessage * | parent, |
const google::protobuf::FieldDescriptor * | parent_field_descriptor | ||
) |
const void * google::protobuf::python::PyDescriptor_AsVoidPtr | ( | PyObject * | obj | ) |
const EnumDescriptor * google::protobuf::python::PyEnumDescriptor_AsDescriptor | ( | PyObject * | obj | ) |
PyObject * google::protobuf::python::PyEnumDescriptor_FromDescriptor | ( | const EnumDescriptor * | enum_descriptor | ) |
PyObject * google::protobuf::python::PyEnumValueDescriptor_FromDescriptor | ( | const EnumValueDescriptor * | enumvalue_descriptor | ) |
const FieldDescriptor * google::protobuf::python::PyFieldDescriptor_AsDescriptor | ( | PyObject * | obj | ) |
PyObject * google::protobuf::python::PyFieldDescriptor_FromDescriptor | ( | const FieldDescriptor * | field_descriptor | ) |
const FileDescriptor * google::protobuf::python::PyFileDescriptor_AsDescriptor | ( | PyObject * | obj | ) |
PyObject * google::protobuf::python::PyFileDescriptor_FromDescriptor | ( | const FileDescriptor * | file_descriptor | ) |
PyObject * google::protobuf::python::PyFileDescriptor_FromDescriptorWithSerializedPb | ( | const FileDescriptor * | file_descriptor, |
PyObject * | serialized_pb | ||
) |
const Descriptor * google::protobuf::python::PyMessageDescriptor_AsDescriptor | ( | PyObject * | obj | ) |
PyObject * google::protobuf::python::PyMessageDescriptor_FromDescriptor | ( | const Descriptor * | message_descriptor | ) |
PyObject * google::protobuf::python::PyOneofDescriptor_FromDescriptor | ( | const OneofDescriptor * | oneof_descriptor | ) |
PyObject* google::protobuf::python::PyString_FromCppString | ( | const string & | str | ) |
PyObject * google::protobuf::python::ToStringObject | ( | const FieldDescriptor * | descriptor, |
string | value | ||
) |
PyTypeObject google::protobuf::python::CMessage_Type |
PyTypeObject google::protobuf::python::CMessageClass_Type |
PyObject* google::protobuf::python::DecodeError_class |
PyObject* google::protobuf::python::EncodeError_class |
PyObject* google::protobuf::python::EnumTypeWrapper_class |
PyTypeObject google::protobuf::python::ExtensionDict_Type |
const Message*(* google::protobuf::python::GetCProtoInsidePyProtoPtr) (PyObject *msg) |
PyObject * google::protobuf::python::kint32max_py |
PyObject * google::protobuf::python::kint32min_py |
PyObject * google::protobuf::python::kint64max_py |
PyObject * google::protobuf::python::kint64min_py |
PyObject * google::protobuf::python::kPythonZero |
PyObject * google::protobuf::python::kuint32max_py |
PyObject * google::protobuf::python::kuint64max_py |
PyTypeObject google::protobuf::python::MapIterator_Type |
PyTypeObject google::protobuf::python::MessageMapContainer_Type |
Message*(* google::protobuf::python::MutableCProtoInsidePyProtoPtr) (PyObject *msg) |
PyObject * google::protobuf::python::PickleError_class |
PyTypeObject google::protobuf::python::PyDescriptorPool_Type |
PyTypeObject google::protobuf::python::PyEnumDescriptor_Type |
PyTypeObject google::protobuf::python::PyEnumValueDescriptor_Type |
PyTypeObject google::protobuf::python::PyFieldDescriptor_Type |
PyTypeObject google::protobuf::python::PyFileDescriptor_Type |
PyTypeObject google::protobuf::python::PyMessageDescriptor_Type |
PyTypeObject google::protobuf::python::PyOneofDescriptor_Type |
PyTypeObject google::protobuf::python::RepeatedCompositeContainer_Type |
PyTypeObject google::protobuf::python::RepeatedScalarContainer_Type |
PyTypeObject google::protobuf::python::ScalarMapContainer_Type |