#include <protobuf-c/protobuf-c.h>
Go to the source code of this file.
◆ ETH__ETH_SCHEMA__INIT
#define ETH__ETH_SCHEMA__INIT |
Value: { \
, 0, (char *)protobuf_c_empty_string, 0, 0, \
(char *)protobuf_c_empty_string, (char *)protobuf_c_empty_string, \
(char *)protobuf_c_empty_string, 0 \
}
const ProtobufCMessageDescriptor eth__eth_schema__descriptor
Definition: eth.pb-c.c:107
◆ Eth__EthSchema
◆ Eth__EthSchema_Closure
typedef void(* Eth__EthSchema_Closure) (const Eth__EthSchema *message, void *closure_data) |
◆ eth__eth_schema__free_unpacked()
void eth__eth_schema__free_unpacked |
( |
Eth__EthSchema * |
message, |
|
|
ProtobufCAllocator * |
allocator |
|
) |
| |
◆ eth__eth_schema__get_packed_size()
size_t eth__eth_schema__get_packed_size |
( |
const Eth__EthSchema * |
message | ) |
|
◆ eth__eth_schema__init()
◆ eth__eth_schema__pack()
size_t eth__eth_schema__pack |
( |
const Eth__EthSchema * |
message, |
|
|
uint8_t * |
out |
|
) |
| |
◆ eth__eth_schema__pack_to_buffer()
size_t eth__eth_schema__pack_to_buffer |
( |
const Eth__EthSchema * |
message, |
|
|
ProtobufCBuffer * |
buffer |
|
) |
| |
◆ eth__eth_schema__unpack()
Eth__EthSchema* eth__eth_schema__unpack |
( |
ProtobufCAllocator * |
allocator, |
|
|
size_t |
len, |
|
|
const uint8_t * |
data |
|
) |
| |
◆ eth__eth_schema__descriptor
const ProtobufCMessageDescriptor eth__eth_schema__descriptor |
|
extern |