|
libsignal-protocol-c
master
|
#include <protobuf-c.h>

Public Attributes | |
| uint32_t | magic |
| const char * | name |
| const char * | short_name |
| const char * | c_name |
| const char * | package |
| unsigned | n_methods |
| const ProtobufCMethodDescriptor * | methods |
| const unsigned * | method_indices_by_name |
Service descriptor.
| const char* ProtobufCServiceDescriptor::c_name |
C identifier for the service name.
| uint32_t ProtobufCServiceDescriptor::magic |
Magic value checked to ensure that the API is used correctly.
| const unsigned* ProtobufCServiceDescriptor::method_indices_by_name |
Sort index of methods.
| const ProtobufCMethodDescriptor* ProtobufCServiceDescriptor::methods |
Method descriptors, in the order defined in the .proto file.
| unsigned ProtobufCServiceDescriptor::n_methods |
Number of elements in methods.
| const char* ProtobufCServiceDescriptor::name |
Service name.
| const char* ProtobufCServiceDescriptor::package |
Package name.
| const char* ProtobufCServiceDescriptor::short_name |
Short version of service name.