MOS Source Code
|
#include <pb_encode.h>
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
#include "cyclic_callback.pb.h"
Go to the source code of this file.
Functions | |
static char * | find_end_of_item (char *p) |
static bool | encode_tree (pb_ostream_t *stream, const pb_field_t *field, void *const *arg) |
static bool | encode_dictionary (pb_ostream_t *stream, const pb_field_t *field, void *const *arg) |
int | main (int argc, char *argv[]) |
|
static |
Definition at line 15 of file encode_cyclic_callback.c.
Referenced by encode_dictionary(), and encode_tree().
|
static |
Definition at line 33 of file encode_cyclic_callback.c.
Referenced by encode_dictionary(), and encode_tree().
|
static |
Definition at line 61 of file encode_cyclic_callback.c.
Referenced by encode_dictionary(), and main().