![]() |
MOS Source Code
|
#include "pb_common.c"#include "pb_encode.c"#include <stdio.h>#include <string.h>#include "unittests.h"#include "unittestproto.pb.h"Go to the source code of this file.
Macros | |
| #define | WRITES(x, y) |
Functions | |
| bool | streamcallback (pb_ostream_t *stream, const uint8_t *buf, size_t count) |
| bool | fieldcallback (pb_ostream_t *stream, const pb_field_t *field, void *const *arg) |
| bool | crazyfieldcallback (pb_ostream_t *stream, const pb_field_t *field, void *const *arg) |
| int | main () |
| #define WRITES | ( | x, | |
| y ) |
Definition at line 42 of file encode_unittests.c.
Referenced by main().
Definition at line 10 of file encode_unittests.c.
| bool fieldcallback | ( | pb_ostream_t * | stream, |
| const pb_field_t * | field, | ||
| void *const * | arg ) |
Definition at line 21 of file encode_unittests.c.
Referenced by main().
| bool crazyfieldcallback | ( | pb_ostream_t * | stream, |
| const pb_field_t * | field, | ||
| void *const * | arg ) |
Definition at line 29 of file encode_unittests.c.
Referenced by main().