libsignal-protocol-c
master
|
#include <protobuf-c.h>
Public Attributes | |
const char * | name |
const char * | c_name |
int | value |
Represents a single value of an enumeration.
const char* ProtobufCEnumValue::c_name |
The string identifying this value in generated C code.
const char* ProtobufCEnumValue::name |
The string identifying this value in the .proto file.
int ProtobufCEnumValue::value |
The numeric value assigned in the .proto file.