protobuf-c  1.3.3
Protocol Buffers implementation in C
ProtobufCEnumValueIndex Struct Reference

Used by ProtobufCEnumDescriptor to look up enum values. More...

Data Fields

const char * name
 Name of the enum value. More...
 
unsigned index
 Index into values[] array. More...
 

Detailed Description

Used by ProtobufCEnumDescriptor to look up enum values.

Field Documentation

◆ name

const char* ProtobufCEnumValueIndex::name

Name of the enum value.

◆ index

unsigned ProtobufCEnumValueIndex::index

Index into values[] array.