MOS Source Code
|
#include "pb_common.c"
#include "pb_decode.c"
#include <stdio.h>
#include <string.h>
#include "unittests.h"
#include "unittestproto.pb.h"
Go to the source code of this file.
Macros | |
#define | PB_ENABLE_MALLOC |
#define | S(x) |
Functions | |
bool | stream_callback (pb_istream_t *stream, uint8_t *buf, size_t count) |
bool | callback_check (pb_istream_t *stream, const pb_field_t *field, void **arg) |
int | main () |
#define PB_ENABLE_MALLOC |
Definition at line 2 of file decode_unittests.c.
#define S | ( | x | ) |
Definition at line 11 of file decode_unittests.c.
Referenced by main().
Definition at line 13 of file decode_unittests.c.
Referenced by main().
bool callback_check | ( | pb_istream_t * | stream, |
const pb_field_t * | field, | ||
void ** | arg ) |
Definition at line 24 of file decode_unittests.c.
Referenced by main().