MOS Source Code
|
Go to the source code of this file.
Functions | |
bool | print_string (pb_istream_t *stream, const pb_field_t *field, void **arg) |
bool | print_int32 (pb_istream_t *stream, const pb_field_t *field, void **arg) |
bool | print_fixed32 (pb_istream_t *stream, const pb_field_t *field, void **arg) |
bool | print_fixed64 (pb_istream_t *stream, const pb_field_t *field, void **arg) |
int | main () |
bool print_string | ( | pb_istream_t * | stream, |
const pb_field_t * | field, | ||
void ** | arg ) |
Definition at line 10 of file decode_callbacks.c.
Referenced by main().
bool print_int32 | ( | pb_istream_t * | stream, |
const pb_field_t * | field, | ||
void ** | arg ) |
Definition at line 28 of file decode_callbacks.c.
Referenced by main().
bool print_fixed32 | ( | pb_istream_t * | stream, |
const pb_field_t * | field, | ||
void ** | arg ) |
Definition at line 38 of file decode_callbacks.c.
Referenced by main().
bool print_fixed64 | ( | pb_istream_t * | stream, |
const pb_field_t * | field, | ||
void ** | arg ) |
Definition at line 48 of file decode_callbacks.c.
Referenced by main().